Html Css Color HEX #CC4076 Cranberry

📋 copy color: '#CC4076'

red 204 ◦ green 64 ◦ blue 118

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

Shades of Cranberry #CC4076

Tints of Cranberry #CC4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

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

R = 52.85%
G = 16.58%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC4076 (or 0xCC4076) is known color: Cranberry. HEX triplet: CC, 40 and 76. RGB value is (204,64,118). Sum of RGB (Red+Green+Blue) = 204+64+118=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4076 is #33BF89. Grayscale: #6F6F6F. Windows color (decimal): -3391370 or 7749836. OLE color: 7749836.

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

Color convert

RGB 204 64 118 -
CMYK 0 0.69 0.42 0.2
HSL 336.86º 0.58% 0.53% -
HSV(B) 336.86º 0.69% 0.8% -
XYZ 30.01 17.81 19 -
YUV 112.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 204 64 118 0 0.69 0.42 0.2 336.86 0.58 0.53
Hex CC 40 76 0 45 2A 14 151 3A 35
Octal 314 100 166 0 105 52 24 521 72 65
Binary 11001100 1000000 1110110 0 1000101 101010 10100 101010001 111010 110101

Color Harmonies of #CC4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4076

Black with #CC4076

Text Example


Text Example

White with #CC4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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