Html Css Color HEX #CC577B Cranberry

📋 copy color: '#CC577B'

red 204 ◦ green 87 ◦ blue 123

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

Shades of Cranberry #CC577B

Tints of Cranberry #CC577B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.71%

R = 49.28%
G = 21.01%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC577B (or 0xCC577B) is known color: Cranberry. HEX triplet: CC, 57 and 7B. RGB value is (204,87,123). Sum of RGB (Red+Green+Blue) = 204+87+123=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC577B is #33A884. Grayscale: #7E7E7E. Windows color (decimal): -3385477 or 8083404. OLE color: 8083404.

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

Color convert

RGB 204 87 123 -
CMYK 0 0.57 0.40 0.2
HSL 341.54º 0.53% 0.57% -
HSV(B) 341.54º 0.57% 0.8% -
XYZ 31.89 21.08 21.13 -
YUV 126.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 204 87 123 0 0.57 0.40 0.2 341.54 0.53 0.57
Hex CC 57 7B 0 39 28 14 156 35 39
Octal 314 127 173 0 71 50 24 526 65 71
Binary 11001100 1010111 1111011 0 111001 101000 10100 101010110 110101 111001

Color Harmonies of #CC577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC577B

Black with #CC577B

Text Example


Text Example

White with #CC577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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