Html Css Color HEX #CA5B75 Cabaret

📋 copy color: '#CA5B75'

red 202 ◦ green 91 ◦ blue 117

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

Shades of Cabaret #CA5B75

Tints of Cabaret #CA5B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 49.27%
G = 22.2%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5B75 (or 0xCA5B75) is known color: Cabaret. HEX triplet: CA, 5B and 75. RGB value is (202,91,117). Sum of RGB (Red+Green+Blue) = 202+91+117=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B75 is #35A48A. Grayscale: #7F7F7F. Windows color (decimal): -3515531 or 7691210. OLE color: 7691210.

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

Color convert

RGB 202 91 117 -
CMYK 0 0.55 0.42 0.21
HSL 345.95º 0.51% 0.57% -
HSV(B) 345.95º 0.55% 0.79% -
XYZ 31.31 21.32 19.3 -
YUV 127.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 202 91 117 0 0.55 0.42 0.21 345.95 0.51 0.57
Hex CA 5B 75 0 37 2A 15 15A 33 39
Octal 312 133 165 0 67 52 25 532 63 71
Binary 11001010 1011011 1110101 0 110111 101010 10101 101011010 110011 111001

Color Harmonies of #CA5B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B75

Black with #CA5B75

Text Example


Text Example

White with #CA5B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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