Html Css Color HEX #CC4A79 Cranberry

📋 copy color: '#CC4A79'

red 204 ◦ green 74 ◦ blue 121

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

Shades of Cranberry #CC4A79

Tints of Cranberry #CC4A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 51.13%
G = 18.55%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC4A79 (or 0xCC4A79) is known color: Cranberry. HEX triplet: CC, 4A and 79. RGB value is (204,74,121). Sum of RGB (Red+Green+Blue) = 204+74+121=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A79 is #33B586. Grayscale: #767676. Windows color (decimal): -3388807 or 7949004. OLE color: 7949004.

HSL color Cylindrical-coordinate representation of color #CC4A79: hue angle of 338.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4A79 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 74 121 -
CMYK 0 0.64 0.41 0.2
HSL 338.31º 0.56% 0.55% -
HSV(B) 338.31º 0.64% 0.8% -
XYZ 30.8 19.12 20.16 -
YUV 118.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 204 74 121 0 0.64 0.41 0.2 338.31 0.56 0.55
Hex CC 4A 79 0 40 29 14 152 38 37
Octal 314 112 171 0 100 51 24 522 70 67
Binary 11001100 1001010 1111001 0 1000000 101001 10100 101010010 111000 110111

Color Harmonies of #CC4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A79

Black with #CC4A79

Text Example


Text Example

White with #CC4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A79; }

 p { color: rgb(204,74,121); }

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

background-color css

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

 a { background-color: rgb(204,74,121); }

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

border-color css

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

 span { border-color: rgb(204,74,121); }

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