Html Css Color HEX #CC577F Cranberry

📋 copy color: '#CC577F'

red 204 ◦ green 87 ◦ blue 127

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

Shades of Cranberry #CC577F

Tints of Cranberry #CC577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 48.8%
G = 20.81%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC577F (or 0xCC577F) is known color: Cranberry. HEX triplet: CC, 57 and 7F. RGB value is (204,87,127). Sum of RGB (Red+Green+Blue) = 204+87+127=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577F is #33A880. Grayscale: #7E7E7E. Windows color (decimal): -3385473 or 8345548. OLE color: 8345548.

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

Color convert

RGB 204 87 127 -
CMYK 0 0.57 0.38 0.2
HSL 339.49º 0.53% 0.57% -
HSV(B) 339.49º 0.57% 0.8% -
XYZ 32.14 21.19 22.47 -
YUV 126.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 204 87 127 0 0.57 0.38 0.2 339.49 0.53 0.57
Hex CC 57 7F 0 39 26 14 153 35 39
Octal 314 127 177 0 71 46 24 523 65 71
Binary 11001100 1010111 1111111 0 111001 100110 10100 101010011 110101 111001

Color Harmonies of #CC577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC577F

Black with #CC577F

Text Example


Text Example

White with #CC577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC577F; }

 p { color: rgb(204,87,127); }

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

background-color css

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

 a { background-color: rgb(204,87,127); }

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

border-color css

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

 span { border-color: rgb(204,87,127); }

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