Html Css Color HEX #CA5E6A Cabaret

📋 copy color: '#CA5E6A'

red 202 ◦ green 94 ◦ blue 106

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

Shades of Cabaret #CA5E6A

Tints of Cabaret #CA5E6A

RGB

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

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

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

R = 50.25%
G = 23.38%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA5E6A (or 0xCA5E6A) is known color: Cabaret. HEX triplet: CA, 5E and 6A. RGB value is (202,94,106). Sum of RGB (Red+Green+Blue) = 202+94+106=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6A is #35A195. Grayscale: #7F7F7F. Windows color (decimal): -3514774 or 6971082. OLE color: 6971082.

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

Color convert

RGB 202 94 106 -
CMYK 0 0.53 0.48 0.21
HSL 353.33º 0.5% 0.58% -
HSV(B) 353.33º 0.53% 0.79% -
XYZ 30.96 21.6 16.17 -
YUV 127.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 202 94 106 0 0.53 0.48 0.21 353.33 0.5 0.58
Hex CA 5E 6A 0 35 30 15 161 32 3A
Octal 312 136 152 0 65 60 25 541 62 72
Binary 11001010 1011110 1101010 0 110101 110000 10101 101100001 110010 111010

Color Harmonies of #CA5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E6A

Black with #CA5E6A

Text Example


Text Example

White with #CA5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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