Html Css Color HEX #C96175 Cabaret

📋 copy color: '#C96175'

red 201 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C96175

Tints of Cabaret #C96175

RGB

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

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

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

R = 48.43%
G = 23.37%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96175 (or 0xC96175) is known color: Cabaret. HEX triplet: C9, 61 and 75. RGB value is (201,97,117). Sum of RGB (Red+Green+Blue) = 201+97+117=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C96175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96175 is #369E8A. Grayscale: #828282. Windows color (decimal): -3579531 or 7692745. OLE color: 7692745.

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

Color convert

RGB 201 97 117 -
CMYK 0 0.52 0.42 0.21
HSL 348.46º 0.49% 0.58% -
HSV(B) 348.46º 0.52% 0.79% -
XYZ 31.57 22.25 19.46 -
YUV 130.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 201 97 117 0 0.52 0.42 0.21 348.46 0.49 0.58
Hex C9 61 75 0 34 2A 15 15C 31 3A
Octal 311 141 165 0 64 52 25 534 61 72
Binary 11001001 1100001 1110101 0 110100 101010 10101 101011100 110001 111010

Color Harmonies of #C96175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96175

Black with #C96175

Text Example


Text Example

White with #C96175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96175; }

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

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

background-color css

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

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

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

border-color css

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

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

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