Html Css Color HEX #CA5175 Cabaret

📋 copy color: '#CA5175'

red 202 ◦ green 81 ◦ blue 117

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

Shades of Cabaret #CA5175

Tints of Cabaret #CA5175

RGB

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

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

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

R = 50.5%
G = 20.25%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5175 (or 0xCA5175) is known color: Cabaret. HEX triplet: CA, 51 and 75. RGB value is (202,81,117). Sum of RGB (Red+Green+Blue) = 202+81+117=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5175 is #35AE8A. Grayscale: #797979. Windows color (decimal): -3518091 or 7688650. OLE color: 7688650.

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

Color convert

RGB 202 81 117 -
CMYK 0 0.60 0.42 0.21
HSL 342.15º 0.53% 0.55% -
HSV(B) 342.15º 0.6% 0.79% -
XYZ 30.51 19.73 19.03 -
YUV 121.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 202 81 117 0 0.60 0.42 0.21 342.15 0.53 0.55
Hex CA 51 75 0 3C 2A 15 156 35 37
Octal 312 121 165 0 74 52 25 526 65 67
Binary 11001010 1010001 1110101 0 111100 101010 10101 101010110 110101 110111

Color Harmonies of #CA5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5175

Black with #CA5175

Text Example


Text Example

White with #CA5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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