Html Css Color HEX #CA5B73 Cabaret

📋 copy color: '#CA5B73'

red 202 ◦ green 91 ◦ blue 115

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

Shades of Cabaret #CA5B73

Tints of Cabaret #CA5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 49.51%
G = 22.3%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA5B73 (or 0xCA5B73) is known color: Cabaret. HEX triplet: CA, 5B and 73. RGB value is (202,91,115). Sum of RGB (Red+Green+Blue) = 202+91+115=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B73 is #35A48C. Grayscale: #7E7E7E. Windows color (decimal): -3515533 or 7560138. OLE color: 7560138.

HSL color Cylindrical-coordinate representation of color #CA5B73: hue angle of 347.03º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B73 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 115 -
CMYK 0 0.55 0.43 0.21
HSL 347.03º 0.51% 0.57% -
HSV(B) 347.03º 0.55% 0.79% -
XYZ 31.19 21.28 18.68 -
YUV 126.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 202 91 115 0 0.55 0.43 0.21 347.03 0.51 0.57
Hex CA 5B 73 0 37 2B 15 15B 33 39
Octal 312 133 163 0 67 53 25 533 63 71
Binary 11001010 1011011 1110011 0 110111 101011 10101 101011011 110011 111001

Color Harmonies of #CA5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B73

Black with #CA5B73

Text Example


Text Example

White with #CA5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B73; }

 p { color: rgb(202,91,115); }

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

background-color css

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

 a { background-color: rgb(202,91,115); }

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

border-color css

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

 span { border-color: rgb(202,91,115); }

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