Html Css Color HEX #C32A66 Cerise

📋 copy color: '#C32A66'

red 195 ◦ green 42 ◦ blue 102

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

Shades of Cerise #C32A66

Tints of Cerise #C32A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.39%

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

R = 57.52%
G = 12.39%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C32A66 (or 0xC32A66) is known color: Cerise. HEX triplet: C3, 2A and 66. RGB value is (195,42,102). Sum of RGB (Red+Green+Blue) = 195+42+102=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32A66 is #3CD599. Grayscale: #5E5E5E. Windows color (decimal): -3986842 or 6695619. OLE color: 6695619.

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

Color convert

RGB 195 42 102 -
CMYK 0 0.78 0.48 0.24
HSL 336.47º 0.65% 0.46% -
HSV(B) 336.47º 0.78% 0.76% -
XYZ 25.73 14.22 13.96 -
YUV 94.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 195 42 102 0 0.78 0.48 0.24 336.47 0.65 0.46
Hex C3 2A 66 0 4E 30 18 150 41 2E
Octal 303 52 146 0 116 60 30 520 101 56
Binary 11000011 101010 1100110 0 1001110 110000 11000 101010000 1000001 101110

Color Harmonies of #C32A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A66

Black with #C32A66

Text Example


Text Example

White with #C32A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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