Html Css Color HEX #CC4978 Cranberry

📋 copy color: '#CC4978'

red 204 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #CC4978

Tints of Cranberry #CC4978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 51.39%
G = 18.39%
B = 30.23%

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

#CC4978 (or 0xCC4978) is known color: Cranberry. HEX triplet: CC, 49 and 78. RGB value is (204,73,120). Sum of RGB (Red+Green+Blue) = 204+73+120=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4978 is #33B687. Grayscale: #757575. Windows color (decimal): -3389064 or 7883212. OLE color: 7883212.

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

Color convert

RGB 204 73 120 -
CMYK 0 0.64 0.41 0.2
HSL 338.47º 0.56% 0.54% -
HSV(B) 338.47º 0.64% 0.8% -
XYZ 30.67 18.96 19.81 -
YUV 117.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 204 73 120 0 0.64 0.41 0.2 338.47 0.56 0.54
Hex CC 49 78 0 40 29 14 152 38 36
Octal 314 111 170 0 100 51 24 522 70 66
Binary 11001100 1001001 1111000 0 1000000 101001 10100 101010010 111000 110110

Color Harmonies of #CC4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4978

Black with #CC4978

Text Example


Text Example

White with #CC4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4978; }

 p { color: rgb(204,73,120); }

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

background-color css

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

 a { background-color: rgb(204,73,120); }

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

border-color css

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

 span { border-color: rgb(204,73,120); }

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