Html Css Color HEX #CA596A Cabaret

📋 copy color: '#CA596A'

red 202 ◦ green 89 ◦ blue 106

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

Shades of Cabaret #CA596A

Tints of Cabaret #CA596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 50.88%
G = 22.42%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA596A (or 0xCA596A) is known color: Cabaret. HEX triplet: CA, 59 and 6A. RGB value is (202,89,106). Sum of RGB (Red+Green+Blue) = 202+89+106=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596A is #35A695. Grayscale: #7C7C7C. Windows color (decimal): -3516054 or 6969802. OLE color: 6969802.

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

Color convert

RGB 202 89 106 -
CMYK 0 0.56 0.48 0.21
HSL 350.97º 0.52% 0.57% -
HSV(B) 350.97º 0.56% 0.79% -
XYZ 30.53 20.74 16.03 -
YUV 124.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 202 89 106 0 0.56 0.48 0.21 350.97 0.52 0.57
Hex CA 59 6A 0 38 30 15 15F 34 39
Octal 312 131 152 0 70 60 25 537 64 71
Binary 11001010 1011001 1101010 0 111000 110000 10101 101011111 110100 111001

Color Harmonies of #CA596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA596A

Black with #CA596A

Text Example


Text Example

White with #CA596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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