Html Css Color HEX #CC3464 Cerise

📋 copy color: '#CC3464'

red 204 ◦ green 52 ◦ blue 100

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

Shades of Cerise #CC3464

Tints of Cerise #CC3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 57.3%
G = 14.61%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC3464 (or 0xCC3464) is known color: Cerise. HEX triplet: CC, 34 and 64. RGB value is (204,52,100). Sum of RGB (Red+Green+Blue) = 204+52+100=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3464 is #33CB9B. Grayscale: #666666. Windows color (decimal): -3394460 or 6567116. OLE color: 6567116.

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

Color convert

RGB 204 52 100 -
CMYK 0 0.75 0.51 0.2
HSL 341.05º 0.6% 0.5% -
HSV(B) 341.05º 0.75% 0.8% -
XYZ 28.43 16.21 13.69 -
YUV 102.92 126.36 200.1 -
System Red Green Blue C M Y K H S L
Decimal 204 52 100 0 0.75 0.51 0.2 341.05 0.6 0.5
Hex CC 34 64 0 4B 33 14 155 3C 32
Octal 314 64 144 0 113 63 24 525 74 62
Binary 11001100 110100 1100100 0 1001011 110011 10100 101010101 111100 110010

Color Harmonies of #CC3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3464

Black with #CC3464

Text Example


Text Example

White with #CC3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3464; }

 p { color: rgb(204,52,100); }

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

background-color css

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

 a { background-color: rgb(204,52,100); }

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

border-color css

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

 span { border-color: rgb(204,52,100); }

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