Html Css Color HEX #CC597C Cranberry

📋 copy color: '#CC597C'

red 204 ◦ green 89 ◦ blue 124

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

Shades of Cranberry #CC597C

Tints of Cranberry #CC597C

RGB

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

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

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

R = 48.92%
G = 21.34%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC597C (or 0xCC597C) is known color: Cranberry. HEX triplet: CC, 59 and 7C. RGB value is (204,89,124). Sum of RGB (Red+Green+Blue) = 204+89+124=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597C is #33A683. Grayscale: #7F7F7F. Windows color (decimal): -3384964 or 8149452. OLE color: 8149452.

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

Color convert

RGB 204 89 124 -
CMYK 0 0.56 0.39 0.2
HSL 341.74º 0.53% 0.57% -
HSV(B) 341.74º 0.56% 0.8% -
XYZ 32.11 21.44 21.51 -
YUV 127.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 204 89 124 0 0.56 0.39 0.2 341.74 0.53 0.57
Hex CC 59 7C 0 38 27 14 156 35 39
Octal 314 131 174 0 70 47 24 526 65 71
Binary 11001100 1011001 1111100 0 111000 100111 10100 101010110 110101 111001

Color Harmonies of #CC597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC597C

Black with #CC597C

Text Example


Text Example

White with #CC597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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