Html Css Color HEX #CC345B Cerise

📋 copy color: '#CC345B'

red 204 ◦ green 52 ◦ blue 91

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

Shades of Cerise #CC345B

Tints of Cerise #CC345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 58.79%
G = 14.99%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC345B (or 0xCC345B) is known color: Cerise. HEX triplet: CC, 34 and 5B. RGB value is (204,52,91). Sum of RGB (Red+Green+Blue) = 204+52+91=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC345B is #33CBA4. Grayscale: #656565. Windows color (decimal): -3394469 or 5977292. OLE color: 5977292.

HSL color Cylindrical-coordinate representation of color #CC345B: hue angle of 344.61º 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 #CC345B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 52 91 -
CMYK 0 0.75 0.55 0.2
HSL 344.61º 0.6% 0.5% -
HSV(B) 344.61º 0.75% 0.8% -
XYZ 28.02 16.05 11.52 -
YUV 101.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 204 52 91 0 0.75 0.55 0.2 344.61 0.6 0.5
Hex CC 34 5B 0 4B 37 14 159 3C 32
Octal 314 64 133 0 113 67 24 531 74 62
Binary 11001100 110100 1011011 0 1001011 110111 10100 101011001 111100 110010

Color Harmonies of #CC345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC345B

Black with #CC345B

Text Example


Text Example

White with #CC345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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