Html Css Color HEX #C9816B Burning Sand

📋 copy color: '#C9816B'

red 201 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #C9816B

Tints of Burning Sand #C9816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 46%
G = 29.52%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9816B (or 0xC9816B) is known color: Burning Sand. HEX triplet: C9, 81 and 6B. RGB value is (201,129,107). Sum of RGB (Red+Green+Blue) = 201+129+107=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C9816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9816B is #367E94. Grayscale: #949494. Windows color (decimal): -3571349 or 7045577. OLE color: 7045577.

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

Color convert

RGB 201 129 107 -
CMYK 0 0.36 0.47 0.21
HSL 14.04º 0.47% 0.6% -
HSV(B) 14.04º 0.47% 0.79% -
XYZ 34.59 29.18 17.72 -
YUV 148.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 201 129 107 0 0.36 0.47 0.21 14.04 0.47 0.6
Hex C9 81 6B 0 24 2F 15 E 2F 3C
Octal 311 201 153 0 44 57 25 16 57 74
Binary 11001001 10000001 1101011 0 100100 101111 10101 1110 101111 111100

Color Harmonies of #C9816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9816B

Black with #C9816B

Text Example


Text Example

White with #C9816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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