Html Css Color HEX #CC597F Cranberry

📋 copy color: '#CC597F'

red 204 ◦ green 89 ◦ blue 127

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

Shades of Cranberry #CC597F

Tints of Cranberry #CC597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.19%

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

R = 48.57%
G = 21.19%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC597F (or 0xCC597F) is known color: Cranberry. HEX triplet: CC, 59 and 7F. RGB value is (204,89,127). Sum of RGB (Red+Green+Blue) = 204+89+127=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597F is #33A680. Grayscale: #7F7F7F. Windows color (decimal): -3384961 or 8346060. OLE color: 8346060.

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

Color convert

RGB 204 89 127 -
CMYK 0 0.56 0.38 0.2
HSL 340.17º 0.53% 0.57% -
HSV(B) 340.17º 0.56% 0.8% -
XYZ 32.3 21.51 22.53 -
YUV 127.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 204 89 127 0 0.56 0.38 0.2 340.17 0.53 0.57
Hex CC 59 7F 0 38 26 14 154 35 39
Octal 314 131 177 0 70 46 24 524 65 71
Binary 11001100 1011001 1111111 0 111000 100110 10100 101010100 110101 111001

Color Harmonies of #CC597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC597F

Black with #CC597F

Text Example


Text Example

White with #CC597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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