#C62B6A

Color #C62B6A Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #C62B6A

Tints of Cerise #C62B6A

Color information

#C62B6A (or 0xC62B6A) is unknown color: approx Cerise. HEX triplet: C6, 2B and 6A. RGB value is (198,43,106). Sum of RGB (Red+Green+Blue) = 198+43+106=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B6A is #39D495. Grayscale: #606060. Windows color (decimal): -3789974 or 6958022. OLE color: 6958022.

HSL color Cylindrical-coordinate representation of color #C62B6A: hue angle of 335.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B6A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19843106-
CMYK00.780.460.22
HSL335.61º64.32%47.25%-
HSV(B)335.61º78.28%77.65%-
XYZ26.7514.7715.08-
YUV96.53133.35200.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=57.06%
G=12.39%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984310600.780.460.22335.6164.3247.25
HexC62B6A04E2E16150402f
Octal306531520116562652010057
Binary11000110101011110101001001110101110101101010100001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B6A; }

 p { color: rgb(198,43,106); }

 H1.HeaderClassName
 {
   color: #C62B6A;
 }
 .AnyTagClassName
 {
   color: #C62B6A;
 }
</style>
background-color css

<style>
 a { background-color: #C62B6A; }

 a { background-color: rgb(198,43,106); }

 div.DivClassName
 {
   background-color: #C62B6A;
 }
 .BgClassName
 {
   background-color: #C62B6A;
 }
</style>
border-color css

<style>
 span { border-color: #C62B6A; }

 span { border-color: rgb(198,43,106); }

 td.TdClassName
 {
   border-color: #C62B6A;
 }
 .TagClassName
 {
   border-color: #C62B6A;
 }
</style>