Html Css Color HEX #CA5170 Cabaret

📋 copy color: '#CA5170'

red 202 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #CA5170

Tints of Cabaret #CA5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 51.14%
G = 20.51%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA5170 (or 0xCA5170) is known color: Cabaret. HEX triplet: CA, 51 and 70. RGB value is (202,81,112). Sum of RGB (Red+Green+Blue) = 202+81+112=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5170 is #35AE8F. Grayscale: #787878. Windows color (decimal): -3518096 or 7360970. OLE color: 7360970.

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

Color convert

RGB 202 81 112 -
CMYK 0 0.60 0.45 0.21
HSL 344.63º 0.53% 0.55% -
HSV(B) 344.63º 0.6% 0.79% -
XYZ 30.22 19.61 17.52 -
YUV 120.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 202 81 112 0 0.60 0.45 0.21 344.63 0.53 0.55
Hex CA 51 70 0 3C 2D 15 159 35 37
Octal 312 121 160 0 74 55 25 531 65 67
Binary 11001010 1010001 1110000 0 111100 101101 10101 101011001 110101 110111

Color Harmonies of #CA5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5170

Black with #CA5170

Text Example


Text Example

White with #CA5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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