Html Css Color HEX #CA6071 Cabaret

📋 copy color: '#CA6071'

red 202 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #CA6071

Tints of Cabaret #CA6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 49.15%
G = 23.36%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6071 (or 0xCA6071) is known color: Cabaret. HEX triplet: CA, 60 and 71. RGB value is (202,96,113). Sum of RGB (Red+Green+Blue) = 202+96+113=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6071 is #359F8E. Grayscale: #818181. Windows color (decimal): -3514255 or 7430346. OLE color: 7430346.

HSL color Cylindrical-coordinate representation of color #CA6071: hue angle of 350.38º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6071 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 113 -
CMYK 0 0.52 0.44 0.21
HSL 350.38º 0.5% 0.58% -
HSV(B) 350.38º 0.52% 0.79% -
XYZ 31.52 22.11 18.23 -
YUV 129.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 202 96 113 0 0.52 0.44 0.21 350.38 0.5 0.58
Hex CA 60 71 0 34 2C 15 15E 32 3A
Octal 312 140 161 0 64 54 25 536 62 72
Binary 11001010 1100000 1110001 0 110100 101100 10101 101011110 110010 111010

Color Harmonies of #CA6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6071

Black with #CA6071

Text Example


Text Example

White with #CA6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6071; }

 p { color: rgb(202,96,113); }

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

background-color css

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

 a { background-color: rgb(202,96,113); }

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

border-color css

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

 span { border-color: rgb(202,96,113); }

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