Html Css Color HEX #C96171 Cabaret

📋 copy color: '#C96171'

red 201 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #C96171

Tints of Cabaret #C96171

RGB

 RED value IS 201 (78.91% from 255) = 48.91%

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

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

R = 48.91%
G = 23.6%
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

#C96171 (or 0xC96171) is known color: Cabaret. HEX triplet: C9, 61 and 71. RGB value is (201,97,113). Sum of RGB (Red+Green+Blue) = 201+97+113=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C96171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96171 is #369E8E. Grayscale: #818181. Windows color (decimal): -3579535 or 7430601. OLE color: 7430601.

HSL color Cylindrical-coordinate representation of color #C96171: hue angle of 350.77º degrees, saturation: 0.49, 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 #C96171 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 113 -
CMYK 0 0.52 0.44 0.21
HSL 350.77º 0.49% 0.58% -
HSV(B) 350.77º 0.52% 0.79% -
XYZ 31.34 22.16 18.25 -
YUV 129.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 201 97 113 0 0.52 0.44 0.21 350.77 0.49 0.58
Hex C9 61 71 0 34 2C 15 15F 31 3A
Octal 311 141 161 0 64 54 25 537 61 72
Binary 11001001 1100001 1110001 0 110100 101100 10101 101011111 110001 111010

Color Harmonies of #C96171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96171

Black with #C96171

Text Example


Text Example

White with #C96171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96171; }

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

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

background-color css

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

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

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

border-color css

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

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

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