Html Css Color HEX #CA5E6D Cabaret

📋 copy color: '#CA5E6D'

red 202 ◦ green 94 ◦ blue 109

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

Shades of Cabaret #CA5E6D

Tints of Cabaret #CA5E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 49.88%
G = 23.21%
B = 26.91%

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

#CA5E6D (or 0xCA5E6D) is known color: Cabaret. HEX triplet: CA, 5E and 6D. RGB value is (202,94,109). Sum of RGB (Red+Green+Blue) = 202+94+109=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6D is #35A192. Grayscale: #808080. Windows color (decimal): -3514771 or 7167690. OLE color: 7167690.

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

Color convert

RGB 202 94 109 -
CMYK 0 0.53 0.46 0.21
HSL 351.67º 0.5% 0.58% -
HSV(B) 351.67º 0.53% 0.79% -
XYZ 31.12 21.67 17.01 -
YUV 128 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 202 94 109 0 0.53 0.46 0.21 351.67 0.5 0.58
Hex CA 5E 6D 0 35 2E 15 160 32 3A
Octal 312 136 155 0 65 56 25 540 62 72
Binary 11001010 1011110 1101101 0 110101 101110 10101 101100000 110010 111010

Color Harmonies of #CA5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E6D

Black with #CA5E6D

Text Example


Text Example

White with #CA5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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