Html Css Color HEX #CA6171 Cabaret

📋 copy color: '#CA6171'

red 202 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #CA6171

Tints of Cabaret #CA6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

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

R = 49.03%
G = 23.54%
B = 27.43%

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

#CA6171 (or 0xCA6171) is known color: Cabaret. HEX triplet: CA, 61 and 71. RGB value is (202,97,113). Sum of RGB (Red+Green+Blue) = 202+97+113=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6171 is #359E8E. Grayscale: #828282. Windows color (decimal): -3513999 or 7430602. OLE color: 7430602.

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

Color convert

RGB 202 97 113 -
CMYK 0 0.52 0.44 0.21
HSL 350.86º 0.5% 0.59% -
HSV(B) 350.86º 0.52% 0.79% -
XYZ 31.61 22.3 18.26 -
YUV 130.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 202 97 113 0 0.52 0.44 0.21 350.86 0.5 0.59
Hex CA 61 71 0 34 2C 15 15F 32 3B
Octal 312 141 161 0 64 54 25 537 62 73
Binary 11001010 1100001 1110001 0 110100 101100 10101 101011111 110010 111011

Color Harmonies of #CA6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6171

Black with #CA6171

Text Example


Text Example

White with #CA6171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6171; }

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

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

background-color css

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

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

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

border-color css

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

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

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