Html Css Color HEX #CA5E6E Cabaret

📋 copy color: '#CA5E6E'

red 202 ◦ green 94 ◦ blue 110

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

Shades of Cabaret #CA5E6E

Tints of Cabaret #CA5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 49.75%
G = 23.15%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA5E6E (or 0xCA5E6E) is known color: Cabaret. HEX triplet: CA, 5E and 6E. RGB value is (202,94,110). Sum of RGB (Red+Green+Blue) = 202+94+110=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6E is #35A191. Grayscale: #808080. Windows color (decimal): -3514770 or 7233226. OLE color: 7233226.

HSL color Cylindrical-coordinate representation of color #CA5E6E: hue angle of 351.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E6E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 110 -
CMYK 0 0.53 0.46 0.21
HSL 351.11º 0.5% 0.58% -
HSV(B) 351.11º 0.53% 0.79% -
XYZ 31.17 21.69 17.29 -
YUV 128.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 202 94 110 0 0.53 0.46 0.21 351.11 0.5 0.58
Hex CA 5E 6E 0 35 2E 15 15F 32 3A
Octal 312 136 156 0 65 56 25 537 62 72
Binary 11001010 1011110 1101110 0 110101 101110 10101 101011111 110010 111010

Color Harmonies of #CA5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E6E

Black with #CA5E6E

Text Example


Text Example

White with #CA5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E6E; }

 p { color: rgb(202,94,110); }

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

background-color css

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

 a { background-color: rgb(202,94,110); }

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

border-color css

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

 span { border-color: rgb(202,94,110); }

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