Html Css Color HEX #CA597A Cabaret

📋 copy color: '#CA597A'

red 202 ◦ green 89 ◦ blue 122

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

Shades of Cabaret #CA597A

Tints of Cabaret #CA597A

RGB

 RED value IS 202 (79.3% from 255) = 48.91%

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

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

R = 48.91%
G = 21.55%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA597A (or 0xCA597A) is known color: Cabaret. HEX triplet: CA, 59 and 7A. RGB value is (202,89,122). Sum of RGB (Red+Green+Blue) = 202+89+122=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA597A is #35A685. Grayscale: #7E7E7E. Windows color (decimal): -3516038 or 8018378. OLE color: 8018378.

HSL color Cylindrical-coordinate representation of color #CA597A: hue angle of 342.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA597A is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 89 122 -
CMYK 0 0.56 0.40 0.21
HSL 342.48º 0.52% 0.57% -
HSV(B) 342.48º 0.56% 0.79% -
XYZ 31.44 21.11 20.83 -
YUV 126.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 202 89 122 0 0.56 0.40 0.21 342.48 0.52 0.57
Hex CA 59 7A 0 38 28 15 156 34 39
Octal 312 131 172 0 70 50 25 526 64 71
Binary 11001010 1011001 1111010 0 111000 101000 10101 101010110 110100 111001

Color Harmonies of #CA597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA597A

Black with #CA597A

Text Example


Text Example

White with #CA597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA597A; }

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

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

background-color css

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

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

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

border-color css

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

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

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