Html Css Color HEX #CC597D Cranberry

📋 copy color: '#CC597D'

red 204 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #CC597D

Tints of Cranberry #CC597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 48.8%
G = 21.29%
B = 29.9%

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

#CC597D (or 0xCC597D) is known color: Cranberry. HEX triplet: CC, 59 and 7D. RGB value is (204,89,125). Sum of RGB (Red+Green+Blue) = 204+89+125=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597D is #33A682. Grayscale: #7F7F7F. Windows color (decimal): -3384963 or 8214988. OLE color: 8214988.

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

Color convert

RGB 204 89 125 -
CMYK 0 0.56 0.39 0.2
HSL 341.22º 0.53% 0.57% -
HSV(B) 341.22º 0.56% 0.8% -
XYZ 32.18 21.46 21.85 -
YUV 127.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 204 89 125 0 0.56 0.39 0.2 341.22 0.53 0.57
Hex CC 59 7D 0 38 27 14 155 35 39
Octal 314 131 175 0 70 47 24 525 65 71
Binary 11001100 1011001 1111101 0 111000 100111 10100 101010101 110101 111001

Color Harmonies of #CC597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC597D

Black with #CC597D

Text Example


Text Example

White with #CC597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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