Html Css Color HEX #CC557E Cranberry

📋 copy color: '#CC557E'

red 204 ◦ green 85 ◦ blue 126

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

Shades of Cranberry #CC557E

Tints of Cranberry #CC557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 49.16%
G = 20.48%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC557E (or 0xCC557E) is known color: Cranberry. HEX triplet: CC, 55 and 7E. RGB value is (204,85,126). Sum of RGB (Red+Green+Blue) = 204+85+126=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC557E is #33AA81. Grayscale: #7D7D7D. Windows color (decimal): -3385986 or 8279500. OLE color: 8279500.

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

Color convert

RGB 204 85 126 -
CMYK 0 0.58 0.38 0.2
HSL 339.33º 0.54% 0.57% -
HSV(B) 339.33º 0.58% 0.8% -
XYZ 31.92 20.84 22.08 -
YUV 125.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 204 85 126 0 0.58 0.38 0.2 339.33 0.54 0.57
Hex CC 55 7E 0 3A 26 14 153 36 39
Octal 314 125 176 0 72 46 24 523 66 71
Binary 11001100 1010101 1111110 0 111010 100110 10100 101010011 110110 111001

Color Harmonies of #CC557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC557E

Black with #CC557E

Text Example


Text Example

White with #CC557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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