Html Css Color HEX #C42766 Cerise

📋 copy color: '#C42766'

red 196 ◦ green 39 ◦ blue 102

#C42766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C42766

Tints of Cerise #C42766

RGB

 RED value IS 196 (76.95% from 255) = 58.16%

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 58.16%
G = 11.57%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C42766 (or 0xC42766) is known color: Cerise. HEX triplet: C4, 27 and 66. RGB value is (196,39,102). Sum of RGB (Red+Green+Blue) = 196+39+102=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C42766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42766 is #3BD899. Grayscale: #5D5D5D. Windows color (decimal): -3922074 or 6694852. OLE color: 6694852.

HSL color Cylindrical-coordinate representation of color #C42766: hue angle of 335.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42766 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 102 -
CMYK 0 0.80 0.48 0.23
HSL 335.92º 0.67% 0.46% -
HSV(B) 335.92º 0.8% 0.77% -
XYZ 25.89 14.15 13.94 -
YUV 93.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 196 39 102 0 0.80 0.48 0.23 335.92 0.67 0.46
Hex C4 27 66 0 50 30 17 150 43 2E
Octal 304 47 146 0 120 60 27 520 103 56
Binary 11000100 100111 1100110 0 1010000 110000 10111 101010000 1000011 101110

Color Harmonies of #C42766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42766

Black with #C42766

Text Example


Text Example

White with #C42766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42766; }

 p { color: rgb(196,39,102); }

 H1.HeaderClassName
 {
   color: #C42766;
 }
 .AnyTagClassName
 {
   color: #C42766;
 }
</style>

background-color css

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

 a { background-color: rgb(196,39,102); }

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

border-color css

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

 span { border-color: rgb(196,39,102); }

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