Html Css Color HEX #CA5E68 Cabaret

📋 copy color: '#CA5E68'

red 202 ◦ green 94 ◦ blue 104

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

Shades of Cabaret #CA5E68

Tints of Cabaret #CA5E68

RGB

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

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

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

R = 50.5%
G = 23.5%
B = 26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA5E68 (or 0xCA5E68) is known color: Cabaret. HEX triplet: CA, 5E and 68. RGB value is (202,94,104). Sum of RGB (Red+Green+Blue) = 202+94+104=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E68 is #35A197. Grayscale: #7F7F7F. Windows color (decimal): -3514776 or 6840010. OLE color: 6840010.

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

Color convert

RGB 202 94 104 -
CMYK 0 0.53 0.49 0.21
HSL 354.44º 0.5% 0.58% -
HSV(B) 354.44º 0.53% 0.79% -
XYZ 30.86 21.56 15.63 -
YUV 127.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 202 94 104 0 0.53 0.49 0.21 354.44 0.5 0.58
Hex CA 5E 68 0 35 31 15 162 32 3A
Octal 312 136 150 0 65 61 25 542 62 72
Binary 11001010 1011110 1101000 0 110101 110001 10101 101100010 110010 111010

Color Harmonies of #CA5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E68

Black with #CA5E68

Text Example


Text Example

White with #CA5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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