Html Css Color HEX #C96174 Cabaret

📋 copy color: '#C96174'

red 201 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #C96174

Tints of Cabaret #C96174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 48.55%
G = 23.43%
B = 28.02%

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

#C96174 (or 0xC96174) is known color: Cabaret. HEX triplet: C9, 61 and 74. RGB value is (201,97,116). Sum of RGB (Red+Green+Blue) = 201+97+116=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C96174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96174 is #369E8B. Grayscale: #828282. Windows color (decimal): -3579532 or 7627209. OLE color: 7627209.

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

Color convert

RGB 201 97 116 -
CMYK 0 0.52 0.42 0.21
HSL 349.04º 0.49% 0.58% -
HSV(B) 349.04º 0.52% 0.79% -
XYZ 31.51 22.23 19.15 -
YUV 130.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 201 97 116 0 0.52 0.42 0.21 349.04 0.49 0.58
Hex C9 61 74 0 34 2A 15 15D 31 3A
Octal 311 141 164 0 64 52 25 535 61 72
Binary 11001001 1100001 1110100 0 110100 101010 10101 101011101 110001 111010

Color Harmonies of #C96174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96174

Black with #C96174

Text Example


Text Example

White with #C96174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96174; }

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

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

background-color css

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

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

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

border-color css

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

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

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