Html Css Color HEX #CC557C Cranberry

📋 copy color: '#CC557C'

red 204 ◦ green 85 ◦ blue 124

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

Shades of Cranberry #CC557C

Tints of Cranberry #CC557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 49.39%
G = 20.58%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC557C (or 0xCC557C) is known color: Cranberry. HEX triplet: CC, 55 and 7C. RGB value is (204,85,124). Sum of RGB (Red+Green+Blue) = 204+85+124=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557C is #33AA83. Grayscale: #7C7C7C. Windows color (decimal): -3385988 or 8148428. OLE color: 8148428.

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

Color convert

RGB 204 85 124 -
CMYK 0 0.58 0.39 0.2
HSL 340.34º 0.54% 0.57% -
HSV(B) 340.34º 0.58% 0.8% -
XYZ 31.79 20.79 21.41 -
YUV 125.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 204 85 124 0 0.58 0.39 0.2 340.34 0.54 0.57
Hex CC 55 7C 0 3A 27 14 154 36 39
Octal 314 125 174 0 72 47 24 524 66 71
Binary 11001100 1010101 1111100 0 111010 100111 10100 101010100 110110 111001

Color Harmonies of #CC557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC557C

Black with #CC557C

Text Example


Text Example

White with #CC557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC557C; }

 p { color: rgb(204,85,124); }

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

background-color css

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

 a { background-color: rgb(204,85,124); }

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

border-color css

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

 span { border-color: rgb(204,85,124); }

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