Html Css Color HEX #C32866 Cerise

📋 copy color: '#C32866'

red 195 ◦ green 40 ◦ blue 102

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

Shades of Cerise #C32866

Tints of Cerise #C32866

RGB

 RED value IS 195 (76.56% from 255) = 57.86%

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 57.86%
G = 11.87%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C32866 (or 0xC32866) is known color: Cerise. HEX triplet: C3, 28 and 66. RGB value is (195,40,102). Sum of RGB (Red+Green+Blue) = 195+40+102=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C32866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32866 is #3CD799. Grayscale: #5D5D5D. Windows color (decimal): -3987354 or 6695107. OLE color: 6695107.

HSL color Cylindrical-coordinate representation of color #C32866: hue angle of 336º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32866 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 40 102 -
CMYK 0 0.79 0.48 0.24
HSL 336º 0.66% 0.46% -
HSV(B) 336º 0.79% 0.76% -
XYZ 25.66 14.08 13.94 -
YUV 93.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 195 40 102 0 0.79 0.48 0.24 336 0.66 0.46
Hex C3 28 66 0 4F 30 18 150 42 2E
Octal 303 50 146 0 117 60 30 520 102 56
Binary 11000011 101000 1100110 0 1001111 110000 11000 101010000 1000010 101110

Color Harmonies of #C32866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32866

Black with #C32866

Text Example


Text Example

White with #C32866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32866; }

 p { color: rgb(195,40,102); }

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

background-color css

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

 a { background-color: rgb(195,40,102); }

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

border-color css

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

 span { border-color: rgb(195,40,102); }

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