Html Css Color HEX #C98156 Burning Sand

📋 copy color: '#C98156'

red 201 ◦ green 129 ◦ blue 86

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

Shades of Burning Sand #C98156

Tints of Burning Sand #C98156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 86 (33.98% from 255) = 20.67%

R = 48.32%
G = 31.01%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C98156 (or 0xC98156) is known color: Burning Sand. HEX triplet: C9, 81 and 56. RGB value is (201,129,86). Sum of RGB (Red+Green+Blue) = 201+129+86=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C98156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98156 is #367EA9. Grayscale: #919191. Windows color (decimal): -3571370 or 5669321. OLE color: 5669321.

HSL color Cylindrical-coordinate representation of color #C98156: hue angle of 22.43º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C98156 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 86 -
CMYK 0 0.36 0.57 0.21
HSL 22.43º 0.52% 0.56% -
HSV(B) 22.43º 0.57% 0.79% -
XYZ 33.62 28.79 12.59 -
YUV 145.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 201 129 86 0 0.36 0.57 0.21 22.43 0.52 0.56
Hex C9 81 56 0 24 39 15 16 34 38
Octal 311 201 126 0 44 71 25 26 64 70
Binary 11001001 10000001 1010110 0 100100 111001 10101 10110 110100 111000

Color Harmonies of #C98156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98156

Black with #C98156

Text Example


Text Example

White with #C98156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98156; }

 p { color: rgb(201,129,86); }

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

background-color css

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

 a { background-color: rgb(201,129,86); }

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

border-color css

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

 span { border-color: rgb(201,129,86); }

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