Html Css Color HEX #C96375 Cabaret

📋 copy color: '#C96375'

red 201 ◦ green 99 ◦ blue 117

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

Shades of Cabaret #C96375

Tints of Cabaret #C96375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 48.2%
G = 23.74%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96375 (or 0xC96375) is known color: Cabaret. HEX triplet: C9, 63 and 75. RGB value is (201,99,117). Sum of RGB (Red+Green+Blue) = 201+99+117=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96375 is #369C8A. Grayscale: #838383. Windows color (decimal): -3579019 or 7693257. OLE color: 7693257.

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

Color convert

RGB 201 99 117 -
CMYK 0 0.51 0.42 0.21
HSL 349.41º 0.49% 0.59% -
HSV(B) 349.41º 0.51% 0.79% -
XYZ 31.76 22.63 19.52 -
YUV 131.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 201 99 117 0 0.51 0.42 0.21 349.41 0.49 0.59
Hex C9 63 75 0 33 2A 15 15D 31 3B
Octal 311 143 165 0 63 52 25 535 61 73
Binary 11001001 1100011 1110101 0 110011 101010 10101 101011101 110001 111011

Color Harmonies of #C96375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96375

Black with #C96375

Text Example


Text Example

White with #C96375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96375; }

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

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

background-color css

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

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

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

border-color css

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

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

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