Html Css Color HEX #CC5179 Cranberry

📋 copy color: '#CC5179'

red 204 ◦ green 81 ◦ blue 121

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

Shades of Cranberry #CC5179

Tints of Cranberry #CC5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 50.25%
G = 19.95%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC5179 (or 0xCC5179) is known color: Cranberry. HEX triplet: CC, 51 and 79. RGB value is (204,81,121). Sum of RGB (Red+Green+Blue) = 204+81+121=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5179 is #33AE86. Grayscale: #7A7A7A. Windows color (decimal): -3387015 or 7950796. OLE color: 7950796.

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

Color convert

RGB 204 81 121 -
CMYK 0 0.60 0.41 0.2
HSL 340.49º 0.55% 0.56% -
HSV(B) 340.49º 0.6% 0.8% -
XYZ 31.3 20.1 20.32 -
YUV 122.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 204 81 121 0 0.60 0.41 0.2 340.49 0.55 0.56
Hex CC 51 79 0 3C 29 14 154 37 38
Octal 314 121 171 0 74 51 24 524 67 70
Binary 11001100 1010001 1111001 0 111100 101001 10100 101010100 110111 111000

Color Harmonies of #CC5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5179

Black with #CC5179

Text Example


Text Example

White with #CC5179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5179; }

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

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

background-color css

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

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

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

border-color css

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

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

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