Html Css Color HEX #CA5B68 Cabaret

📋 copy color: '#CA5B68'

red 202 ◦ green 91 ◦ blue 104

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

Shades of Cabaret #CA5B68

Tints of Cabaret #CA5B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 50.88%
G = 22.92%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA5B68 (or 0xCA5B68) is known color: Cabaret. HEX triplet: CA, 5B and 68. RGB value is (202,91,104). Sum of RGB (Red+Green+Blue) = 202+91+104=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B68 is #35A497. Grayscale: #7D7D7D. Windows color (decimal): -3515544 or 6839242. OLE color: 6839242.

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

Color convert

RGB 202 91 104 -
CMYK 0 0.55 0.49 0.21
HSL 352.97º 0.51% 0.57% -
HSV(B) 352.97º 0.55% 0.79% -
XYZ 30.6 21.04 15.54 -
YUV 125.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 202 91 104 0 0.55 0.49 0.21 352.97 0.51 0.57
Hex CA 5B 68 0 37 31 15 161 33 39
Octal 312 133 150 0 67 61 25 541 63 71
Binary 11001010 1011011 1101000 0 110111 110001 10101 101100001 110011 111001

Color Harmonies of #CA5B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B68

Black with #CA5B68

Text Example


Text Example

White with #CA5B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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