Html Css Color HEX #CA5F76 Cabaret

📋 copy color: '#CA5F76'

red 202 ◦ green 95 ◦ blue 118

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

Shades of Cabaret #CA5F76

Tints of Cabaret #CA5F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 48.67%
G = 22.89%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5F76 (or 0xCA5F76) is known color: Cabaret. HEX triplet: CA, 5F and 76. RGB value is (202,95,118). Sum of RGB (Red+Green+Blue) = 202+95+118=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F76 is #35A089. Grayscale: #818181. Windows color (decimal): -3514506 or 7757770. OLE color: 7757770.

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

Color convert

RGB 202 95 118 -
CMYK 0 0.53 0.42 0.21
HSL 347.1º 0.5% 0.58% -
HSV(B) 347.1º 0.53% 0.79% -
XYZ 31.72 22.05 19.72 -
YUV 129.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 202 95 118 0 0.53 0.42 0.21 347.1 0.5 0.58
Hex CA 5F 76 0 35 2A 15 15B 32 3A
Octal 312 137 166 0 65 52 25 533 62 72
Binary 11001010 1011111 1110110 0 110101 101010 10101 101011011 110010 111010

Color Harmonies of #CA5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5F76

Black with #CA5F76

Text Example


Text Example

White with #CA5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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