Html Css Color HEX #CA5076 Cabaret

📋 copy color: '#CA5076'

red 202 ◦ green 80 ◦ blue 118

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

Shades of Cabaret #CA5076

Tints of Cabaret #CA5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 50.5%
G = 20%
B = 29.5%

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

#CA5076 (or 0xCA5076) is known color: Cabaret. HEX triplet: CA, 50 and 76. RGB value is (202,80,118). Sum of RGB (Red+Green+Blue) = 202+80+118=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5076 is #35AF89. Grayscale: #787878. Windows color (decimal): -3518346 or 7753930. OLE color: 7753930.

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

Color convert

RGB 202 80 118 -
CMYK 0 0.60 0.42 0.21
HSL 341.31º 0.54% 0.55% -
HSV(B) 341.31º 0.6% 0.79% -
XYZ 30.5 19.6 19.32 -
YUV 120.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 202 80 118 0 0.60 0.42 0.21 341.31 0.54 0.55
Hex CA 50 76 0 3C 2A 15 155 36 37
Octal 312 120 166 0 74 52 25 525 66 67
Binary 11001010 1010000 1110110 0 111100 101010 10101 101010101 110110 110111

Color Harmonies of #CA5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5076

Black with #CA5076

Text Example


Text Example

White with #CA5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5076; }

 p { color: rgb(202,80,118); }

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

background-color css

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

 a { background-color: rgb(202,80,118); }

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

border-color css

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

 span { border-color: rgb(202,80,118); }

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