#C62B6B

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

Shades of Cerise #C62B6B

Tints of Cerise #C62B6B

Color information

#C62B6B (or 0xC62B6B) is unknown color: approx Cerise. HEX triplet: C6, 2B and 6B. RGB value is (198,43,107). Sum of RGB (Red+Green+Blue) = 198+43+107=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B6B is #39D494. Grayscale: #606060. Windows color (decimal): -3789973 or 7023558. OLE color: 7023558.

HSL color Cylindrical-coordinate representation of color #C62B6B: hue angle of 335.23º 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 #C62B6B is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19843107-
CMYK00.780.460.22
HSL335.23º64.32%47.25%-
HSV(B)335.23º78.28%77.65%-
XYZ26.8114.815.35-
YUV96.64133.85200.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.90%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=56.90%
G=12.36%
B=30.75%

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
Decimal1984310700.780.460.22335.2364.3247.25
HexC62B6B04E2E1614f402f
Octal306531530116562651710057
Binary11000110101011110101101001110101110101101010011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62B6B; }

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

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

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

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

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

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

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

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