Html Css Color HEX #C98165 Burning Sand

📋 copy color: '#C98165'

red 201 ◦ green 129 ◦ blue 101

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

Shades of Burning Sand #C98165

Tints of Burning Sand #C98165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 46.64%
G = 29.93%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C98165 (or 0xC98165) is known color: Burning Sand. HEX triplet: C9, 81 and 65. RGB value is (201,129,101). Sum of RGB (Red+Green+Blue) = 201+129+101=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C98165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98165 is #367E9A. Grayscale: #939393. Windows color (decimal): -3571355 or 6652361. OLE color: 6652361.

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

Color convert

RGB 201 129 101 -
CMYK 0 0.36 0.50 0.21
HSL 16.8º 0.48% 0.59% -
HSV(B) 16.8º 0.5% 0.79% -
XYZ 34.29 29.06 16.11 -
YUV 147.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 201 129 101 0 0.36 0.50 0.21 16.8 0.48 0.59
Hex C9 81 65 0 24 32 15 11 30 3B
Octal 311 201 145 0 44 62 25 21 60 73
Binary 11001001 10000001 1100101 0 100100 110010 10101 10001 110000 111011

Color Harmonies of #C98165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98165

Black with #C98165

Text Example


Text Example

White with #C98165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98165; }

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

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

background-color css

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

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

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

border-color css

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

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

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