Html Css Color HEX #C97B66 Burning Sand

📋 copy color: '#C97B66'

red 201 ◦ green 123 ◦ blue 102

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

Shades of Burning Sand #C97B66

Tints of Burning Sand #C97B66

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

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

R = 47.18%
G = 28.87%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C97B66 (or 0xC97B66) is known color: Burning Sand. HEX triplet: C9, 7B and 66. RGB value is (201,123,102). Sum of RGB (Red+Green+Blue) = 201+123+102=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B66 is #368499. Grayscale: #909090. Windows color (decimal): -3572890 or 6716361. OLE color: 6716361.

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

Color convert

RGB 201 123 102 -
CMYK 0 0.39 0.49 0.21
HSL 12.73º 0.48% 0.59% -
HSV(B) 12.73º 0.49% 0.79% -
XYZ 33.57 27.54 16.12 -
YUV 143.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 201 123 102 0 0.39 0.49 0.21 12.73 0.48 0.59
Hex C9 7B 66 0 27 31 15 D 30 3B
Octal 311 173 146 0 47 61 25 15 60 73
Binary 11001001 1111011 1100110 0 100111 110001 10101 1101 110000 111011

Color Harmonies of #C97B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B66

Black with #C97B66

Text Example


Text Example

White with #C97B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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