Html Css Color HEX #CC597A Cabaret

📋 copy color: '#CC597A'

red 204 ◦ green 89 ◦ blue 122

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

Shades of Cabaret #CC597A

Tints of Cabaret #CC597A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 49.16%
G = 21.45%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC597A (or 0xCC597A) is known color: Cabaret. HEX triplet: CC, 59 and 7A. RGB value is (204,89,122). Sum of RGB (Red+Green+Blue) = 204+89+122=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC597A is #33A685. Grayscale: #7F7F7F. Windows color (decimal): -3384966 or 8018380. OLE color: 8018380.

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

Color convert

RGB 204 89 122 -
CMYK 0 0.56 0.40 0.2
HSL 342.78º 0.53% 0.57% -
HSV(B) 342.78º 0.56% 0.8% -
XYZ 31.99 21.39 20.85 -
YUV 127.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 204 89 122 0 0.56 0.40 0.2 342.78 0.53 0.57
Hex CC 59 7A 0 38 28 14 157 35 39
Octal 314 131 172 0 70 50 24 527 65 71
Binary 11001100 1011001 1111010 0 111000 101000 10100 101010111 110101 111001

Color Harmonies of #CC597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC597A

Black with #CC597A

Text Example


Text Example

White with #CC597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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