Html Css Color HEX #CA5166 Cabaret

📋 copy color: '#CA5166'

red 202 ◦ green 81 ◦ blue 102

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

Shades of Cabaret #CA5166

Tints of Cabaret #CA5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 52.47%
G = 21.04%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA5166 (or 0xCA5166) is known color: Cabaret. HEX triplet: CA, 51 and 66. RGB value is (202,81,102). Sum of RGB (Red+Green+Blue) = 202+81+102=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5166 is #35AE99. Grayscale: #777777. Windows color (decimal): -3518106 or 6705610. OLE color: 6705610.

HSL color Cylindrical-coordinate representation of color #CA5166: hue angle of 349.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5166 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 102 -
CMYK 0 0.60 0.50 0.21
HSL 349.59º 0.53% 0.55% -
HSV(B) 349.59º 0.6% 0.79% -
XYZ 29.7 19.4 14.75 -
YUV 119.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 202 81 102 0 0.60 0.50 0.21 349.59 0.53 0.55
Hex CA 51 66 0 3C 32 15 15E 35 37
Octal 312 121 146 0 74 62 25 536 65 67
Binary 11001010 1010001 1100110 0 111100 110010 10101 101011110 110101 110111

Color Harmonies of #CA5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5166

Black with #CA5166

Text Example


Text Example

White with #CA5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5166; }

 p { color: rgb(202,81,102); }

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

background-color css

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

 a { background-color: rgb(202,81,102); }

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

border-color css

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

 span { border-color: rgb(202,81,102); }

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