Html Css Color HEX #CC4979 Cranberry

📋 copy color: '#CC4979'

red 204 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #CC4979

Tints of Cranberry #CC4979

RGB

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

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

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

R = 51.26%
G = 18.34%
B = 30.4%

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

#CC4979 (or 0xCC4979) is known color: Cranberry. HEX triplet: CC, 49 and 79. RGB value is (204,73,121). Sum of RGB (Red+Green+Blue) = 204+73+121=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4979 is #33B686. Grayscale: #757575. Windows color (decimal): -3389063 or 7948748. OLE color: 7948748.

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

Color convert

RGB 204 73 121 -
CMYK 0 0.64 0.41 0.2
HSL 338.02º 0.56% 0.54% -
HSV(B) 338.02º 0.64% 0.8% -
XYZ 30.74 18.98 20.13 -
YUV 117.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 204 73 121 0 0.64 0.41 0.2 338.02 0.56 0.54
Hex CC 49 79 0 40 29 14 152 38 36
Octal 314 111 171 0 100 51 24 522 70 66
Binary 11001100 1001001 1111001 0 1000000 101001 10100 101010010 111000 110110

Color Harmonies of #CC4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4979

Black with #CC4979

Text Example


Text Example

White with #CC4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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