Html Css Color HEX #C96775 Cabaret

📋 copy color: '#C96775'

red 201 ◦ green 103 ◦ blue 117

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

Shades of Cabaret #C96775

Tints of Cabaret #C96775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.47%

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

R = 47.74%
G = 24.47%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96775 (or 0xC96775) is known color: Cabaret. HEX triplet: C9, 67 and 75. RGB value is (201,103,117). Sum of RGB (Red+Green+Blue) = 201+103+117=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96775 is #36988A. Grayscale: #858585. Windows color (decimal): -3577995 or 7694281. OLE color: 7694281.

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

Color convert

RGB 201 103 117 -
CMYK 0 0.49 0.42 0.21
HSL 351.43º 0.48% 0.6% -
HSV(B) 351.43º 0.49% 0.79% -
XYZ 32.15 23.4 19.65 -
YUV 133.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 201 103 117 0 0.49 0.42 0.21 351.43 0.48 0.6
Hex C9 67 75 0 31 2A 15 15F 30 3C
Octal 311 147 165 0 61 52 25 537 60 74
Binary 11001001 1100111 1110101 0 110001 101010 10101 101011111 110000 111100

Color Harmonies of #C96775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96775

Black with #C96775

Text Example


Text Example

White with #C96775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96775; }

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

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

background-color css

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

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

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

border-color css

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

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

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