Html Css Color HEX #C96974 Cabaret

📋 copy color: '#C96974'

red 201 ◦ green 105 ◦ blue 116

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

Shades of Cabaret #C96974

Tints of Cabaret #C96974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

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

R = 47.63%
G = 24.88%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96974 (or 0xC96974) is known color: Cabaret. HEX triplet: C9, 69 and 74. RGB value is (201,105,116). Sum of RGB (Red+Green+Blue) = 201+105+116=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96974 is #36968B. Grayscale: #878787. Windows color (decimal): -3577484 or 7629257. OLE color: 7629257.

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

Color convert

RGB 201 105 116 -
CMYK 0 0.48 0.42 0.21
HSL 353.13º 0.47% 0.6% -
HSV(B) 353.13º 0.48% 0.79% -
XYZ 32.29 23.78 19.41 -
YUV 134.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 201 105 116 0 0.48 0.42 0.21 353.13 0.47 0.6
Hex C9 69 74 0 30 2A 15 161 2F 3C
Octal 311 151 164 0 60 52 25 541 57 74
Binary 11001001 1101001 1110100 0 110000 101010 10101 101100001 101111 111100

Color Harmonies of #C96974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96974

Black with #C96974

Text Example


Text Example

White with #C96974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96974; }

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

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

background-color css

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

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

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

border-color css

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

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

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