Html Css Color HEX #C96371 Cabaret

📋 copy color: '#C96371'

red 201 ◦ green 99 ◦ blue 113

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

Shades of Cabaret #C96371

Tints of Cabaret #C96371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.97%

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

R = 48.67%
G = 23.97%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96371 (or 0xC96371) is known color: Cabaret. HEX triplet: C9, 63 and 71. RGB value is (201,99,113). Sum of RGB (Red+Green+Blue) = 201+99+113=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C96371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96371 is #369C8E. Grayscale: #838383. Windows color (decimal): -3579023 or 7431113. OLE color: 7431113.

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

Color convert

RGB 201 99 113 -
CMYK 0 0.51 0.44 0.21
HSL 351.76º 0.49% 0.59% -
HSV(B) 351.76º 0.51% 0.79% -
XYZ 31.53 22.53 18.31 -
YUV 131.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 201 99 113 0 0.51 0.44 0.21 351.76 0.49 0.59
Hex C9 63 71 0 33 2C 15 160 31 3B
Octal 311 143 161 0 63 54 25 540 61 73
Binary 11001001 1100011 1110001 0 110011 101100 10101 101100000 110001 111011

Color Harmonies of #C96371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96371

Black with #C96371

Text Example


Text Example

White with #C96371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96371; }

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

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

background-color css

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

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

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

border-color css

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

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

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