Html Css Color HEX #C9815D Burning Sand

📋 copy color: '#C9815D'

red 201 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #C9815D

Tints of Burning Sand #C9815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.99%

R = 47.52%
G = 30.5%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9815D (or 0xC9815D) is known color: Burning Sand. HEX triplet: C9, 81 and 5D. RGB value is (201,129,93). Sum of RGB (Red+Green+Blue) = 201+129+93=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9815D is #367EA2. Grayscale: #929292. Windows color (decimal): -3571363 or 6128073. OLE color: 6128073.

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

Color convert

RGB 201 129 93 -
CMYK 0 0.36 0.54 0.21
HSL 20º 0.5% 0.58% -
HSV(B) 20º 0.54% 0.79% -
XYZ 33.91 28.91 14.15 -
YUV 146.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 201 129 93 0 0.36 0.54 0.21 20 0.5 0.58
Hex C9 81 5D 0 24 36 15 14 32 3A
Octal 311 201 135 0 44 66 25 24 62 72
Binary 11001001 10000001 1011101 0 100100 110110 10101 10100 110010 111010

Color Harmonies of #C9815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9815D

Black with #C9815D

Text Example


Text Example

White with #C9815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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