Html Css Color HEX #CC5279 Cranberry

📋 copy color: '#CC5279'

red 204 ◦ green 82 ◦ blue 121

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

Shades of Cranberry #CC5279

Tints of Cranberry #CC5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 50.12%
G = 20.15%
B = 29.73%

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

#CC5279 (or 0xCC5279) is known color: Cranberry. HEX triplet: CC, 52 and 79. RGB value is (204,82,121). Sum of RGB (Red+Green+Blue) = 204+82+121=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5279 is #33AD86. Grayscale: #7A7A7A. Windows color (decimal): -3386759 or 7951052. OLE color: 7951052.

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

Color convert

RGB 204 82 121 -
CMYK 0 0.60 0.41 0.2
HSL 340.82º 0.54% 0.56% -
HSV(B) 340.82º 0.6% 0.8% -
XYZ 31.37 20.25 20.34 -
YUV 122.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 204 82 121 0 0.60 0.41 0.2 340.82 0.54 0.56
Hex CC 52 79 0 3C 29 14 155 36 38
Octal 314 122 171 0 74 51 24 525 66 70
Binary 11001100 1010010 1111001 0 111100 101001 10100 101010101 110110 111000

Color Harmonies of #CC5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5279

Black with #CC5279

Text Example


Text Example

White with #CC5279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5279; }

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

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

background-color css

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

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

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

border-color css

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

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

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