Html Css Color HEX #C97B62 Burning Sand

📋 copy color: '#C97B62'

red 201 ◦ green 123 ◦ blue 98

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

Shades of Burning Sand #C97B62

Tints of Burning Sand #C97B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.22%

R = 47.63%
G = 29.15%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C97B62 (or 0xC97B62) is known color: Burning Sand. HEX triplet: C9, 7B and 62. RGB value is (201,123,98). Sum of RGB (Red+Green+Blue) = 201+123+98=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B62 is #36849D. Grayscale: #8F8F8F. Windows color (decimal): -3572894 or 6454217. OLE color: 6454217.

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

Color convert

RGB 201 123 98 -
CMYK 0 0.39 0.51 0.21
HSL 14.56º 0.49% 0.59% -
HSV(B) 14.56º 0.51% 0.79% -
XYZ 33.37 27.47 15.1 -
YUV 143.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 201 123 98 0 0.39 0.51 0.21 14.56 0.49 0.59
Hex C9 7B 62 0 27 33 15 F 31 3B
Octal 311 173 142 0 47 63 25 17 61 73
Binary 11001001 1111011 1100010 0 100111 110011 10101 1111 110001 111011

Color Harmonies of #C97B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B62

Black with #C97B62

Text Example


Text Example

White with #C97B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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