Html Css Color HEX #CA596F Cabaret

📋 copy color: '#CA596F'

red 202 ◦ green 89 ◦ blue 111

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

Shades of Cabaret #CA596F

Tints of Cabaret #CA596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 50.25%
G = 22.14%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA596F (or 0xCA596F) is known color: Cabaret. HEX triplet: CA, 59 and 6F. RGB value is (202,89,111). Sum of RGB (Red+Green+Blue) = 202+89+111=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA596F is #35A690. Grayscale: #7D7D7D. Windows color (decimal): -3516049 or 7297482. OLE color: 7297482.

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

Color convert

RGB 202 89 111 -
CMYK 0 0.56 0.45 0.21
HSL 348.32º 0.52% 0.57% -
HSV(B) 348.32º 0.56% 0.79% -
XYZ 30.8 20.85 17.44 -
YUV 125.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 202 89 111 0 0.56 0.45 0.21 348.32 0.52 0.57
Hex CA 59 6F 0 38 2D 15 15C 34 39
Octal 312 131 157 0 70 55 25 534 64 71
Binary 11001010 1011001 1101111 0 111000 101101 10101 101011100 110100 111001

Color Harmonies of #CA596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA596F

Black with #CA596F

Text Example


Text Example

White with #CA596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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