Html Css Color HEX #CC597E Cranberry

📋 copy color: '#CC597E'

red 204 ◦ green 89 ◦ blue 126

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

Shades of Cranberry #CC597E

Tints of Cranberry #CC597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 48.69%
G = 21.24%
B = 30.07%

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

#CC597E (or 0xCC597E) is known color: Cranberry. HEX triplet: CC, 59 and 7E. RGB value is (204,89,126). Sum of RGB (Red+Green+Blue) = 204+89+126=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597E is #33A681. Grayscale: #7F7F7F. Windows color (decimal): -3384962 or 8280524. OLE color: 8280524.

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

Color convert

RGB 204 89 126 -
CMYK 0 0.56 0.38 0.2
HSL 340.7º 0.53% 0.57% -
HSV(B) 340.7º 0.56% 0.8% -
XYZ 32.24 21.49 22.19 -
YUV 127.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 204 89 126 0 0.56 0.38 0.2 340.7 0.53 0.57
Hex CC 59 7E 0 38 26 14 155 35 39
Octal 314 131 176 0 70 46 24 525 65 71
Binary 11001100 1011001 1111110 0 111000 100110 10100 101010101 110101 111001

Color Harmonies of #CC597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC597E

Black with #CC597E

Text Example


Text Example

White with #CC597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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