Html Css Color HEX #CC346D Cerise

📋 copy color: '#CC346D'

red 204 ◦ green 52 ◦ blue 109

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

Shades of Cerise #CC346D

Tints of Cerise #CC346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 55.89%
G = 14.25%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC346D (or 0xCC346D) is known color: Cerise. HEX triplet: CC, 34 and 6D. RGB value is (204,52,109). Sum of RGB (Red+Green+Blue) = 204+52+109=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC346D is #33CB92. Grayscale: #676767. Windows color (decimal): -3394451 or 7156940. OLE color: 7156940.

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

Color convert

RGB 204 52 109 -
CMYK 0 0.75 0.47 0.2
HSL 337.5º 0.6% 0.5% -
HSV(B) 337.5º 0.75% 0.8% -
XYZ 28.89 16.4 16.11 -
YUV 103.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 204 52 109 0 0.75 0.47 0.2 337.5 0.6 0.5
Hex CC 34 6D 0 4B 2F 14 152 3C 32
Octal 314 64 155 0 113 57 24 522 74 62
Binary 11001100 110100 1101101 0 1001011 101111 10100 101010010 111100 110010

Color Harmonies of #CC346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC346D

Black with #CC346D

Text Example


Text Example

White with #CC346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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