Html Css Color HEX #CC3670 Cerise

📋 copy color: '#CC3670'

red 204 ◦ green 54 ◦ blue 112

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

Shades of Cerise #CC3670

Tints of Cerise #CC3670

RGB

 RED value IS 204 (80.08% from 255) = 55.14%

 GREEN value IS 54 (21.48% from 255) = 14.59%

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 55.14%
G = 14.59%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC3670 (or 0xCC3670) is known color: Cerise. HEX triplet: CC, 36 and 70. RGB value is (204,54,112). Sum of RGB (Red+Green+Blue) = 204+54+112=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3670 is #33C98F. Grayscale: #696969. Windows color (decimal): -3393936 or 7354060. OLE color: 7354060.

HSL color Cylindrical-coordinate representation of color #CC3670: hue angle of 336.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3670 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 112 -
CMYK 0 0.74 0.45 0.2
HSL 336.8º 0.6% 0.51% -
HSV(B) 336.8º 0.74% 0.8% -
XYZ 29.15 16.65 17.01 -
YUV 105.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 204 54 112 0 0.74 0.45 0.2 336.8 0.6 0.51
Hex CC 36 70 0 4A 2D 14 151 3C 33
Octal 314 66 160 0 112 55 24 521 74 63
Binary 11001100 110110 1110000 0 1001010 101101 10100 101010001 111100 110011

Color Harmonies of #CC3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3670

Black with #CC3670

Text Example


Text Example

White with #CC3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3670; }

 p { color: rgb(204,54,112); }

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

background-color css

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

 a { background-color: rgb(204,54,112); }

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

border-color css

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

 span { border-color: rgb(204,54,112); }

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