Html Css Color HEX #CA5E6B Cabaret

📋 copy color: '#CA5E6B'

red 202 ◦ green 94 ◦ blue 107

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

Shades of Cabaret #CA5E6B

Tints of Cabaret #CA5E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 50.12%
G = 23.33%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA5E6B (or 0xCA5E6B) is known color: Cabaret. HEX triplet: CA, 5E and 6B. RGB value is (202,94,107). Sum of RGB (Red+Green+Blue) = 202+94+107=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E6B is #35A194. Grayscale: #7F7F7F. Windows color (decimal): -3514773 or 7036618. OLE color: 7036618.

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

Color convert

RGB 202 94 107 -
CMYK 0 0.53 0.47 0.21
HSL 352.78º 0.5% 0.58% -
HSV(B) 352.78º 0.53% 0.79% -
XYZ 31.01 21.62 16.45 -
YUV 127.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 202 94 107 0 0.53 0.47 0.21 352.78 0.5 0.58
Hex CA 5E 6B 0 35 2F 15 161 32 3A
Octal 312 136 153 0 65 57 25 541 62 72
Binary 11001010 1011110 1101011 0 110101 101111 10101 101100001 110010 111010

Color Harmonies of #CA5E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E6B

Black with #CA5E6B

Text Example


Text Example

White with #CA5E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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