Html Css Color HEX #C97966 Burning Sand

📋 copy color: '#C97966'

red 201 ◦ green 121 ◦ blue 102

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

Shades of Burning Sand #C97966

Tints of Burning Sand #C97966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.54%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 47.41%
G = 28.54%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C97966 (or 0xC97966) is known color: Burning Sand. HEX triplet: C9, 79 and 66. RGB value is (201,121,102). Sum of RGB (Red+Green+Blue) = 201+121+102=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C97966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97966 is #368699. Grayscale: #8E8E8E. Windows color (decimal): -3573402 or 6715849. OLE color: 6715849.

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

Color convert

RGB 201 121 102 -
CMYK 0 0.40 0.49 0.21
HSL 11.52º 0.48% 0.59% -
HSV(B) 11.52º 0.49% 0.79% -
XYZ 33.32 27.05 16.04 -
YUV 142.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 201 121 102 0 0.40 0.49 0.21 11.52 0.48 0.59
Hex C9 79 66 0 28 31 15 C 30 3B
Octal 311 171 146 0 50 61 25 14 60 73
Binary 11001001 1111001 1100110 0 101000 110001 10101 1100 110000 111011

Color Harmonies of #C97966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97966

Black with #C97966

Text Example


Text Example

White with #C97966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97966; }

 p { color: rgb(201,121,102); }

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

background-color css

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

 a { background-color: rgb(201,121,102); }

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

border-color css

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

 span { border-color: rgb(201,121,102); }

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