Html Css Color HEX #CC4476 Cranberry

📋 copy color: '#CC4476'

red 204 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #CC4476

Tints of Cranberry #CC4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 52.31%
G = 17.44%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC4476 (or 0xCC4476) is known color: Cranberry. HEX triplet: CC, 44 and 76. RGB value is (204,68,118). Sum of RGB (Red+Green+Blue) = 204+68+118=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4476 is #33BB89. Grayscale: #727272. Windows color (decimal): -3390346 or 7750860. OLE color: 7750860.

HSL color Cylindrical-coordinate representation of color #CC4476: hue angle of 337.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4476 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 68 118 -
CMYK 0 0.67 0.42 0.2
HSL 337.94º 0.57% 0.53% -
HSV(B) 337.94º 0.67% 0.8% -
XYZ 30.24 18.28 19.07 -
YUV 114.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 204 68 118 0 0.67 0.42 0.2 337.94 0.57 0.53
Hex CC 44 76 0 43 2A 14 152 39 35
Octal 314 104 166 0 103 52 24 522 71 65
Binary 11001100 1000100 1110110 0 1000011 101010 10100 101010010 111001 110101

Color Harmonies of #CC4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4476

Black with #CC4476

Text Example


Text Example

White with #CC4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4476; }

 p { color: rgb(204,68,118); }

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

background-color css

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

 a { background-color: rgb(204,68,118); }

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

border-color css

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

 span { border-color: rgb(204,68,118); }

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