Html Css Color HEX #C8816D Burning Sand

📋 copy color: '#C8816D'

red 200 ◦ green 129 ◦ blue 109

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

Shades of Burning Sand #C8816D

Tints of Burning Sand #C8816D

RGB

 RED value IS 200 (78.52% from 255) = 45.66%

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 45.66%
G = 29.45%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8816D (or 0xC8816D) is known color: Burning Sand. HEX triplet: C8, 81 and 6D. RGB value is (200,129,109). Sum of RGB (Red+Green+Blue) = 200+129+109=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8816D is #377E92. Grayscale: #949494. Windows color (decimal): -3636883 or 7176648. OLE color: 7176648.

HSL color Cylindrical-coordinate representation of color #C8816D: hue angle of 13.19º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8816D is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 129 109 -
CMYK 0 0.36 0.46 0.22
HSL 13.19º 0.45% 0.61% -
HSV(B) 13.19º 0.46% 0.78% -
XYZ 34.43 29.08 18.27 -
YUV 147.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 200 129 109 0 0.36 0.46 0.22 13.19 0.45 0.61
Hex C8 81 6D 0 24 2E 16 D 2D 3D
Octal 310 201 155 0 44 56 26 15 55 75
Binary 11001000 10000001 1101101 0 100100 101110 10110 1101 101101 111101

Color Harmonies of #C8816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8816D

Black with #C8816D

Text Example


Text Example

White with #C8816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8816D; }

 p { color: rgb(200,129,109); }

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

background-color css

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

 a { background-color: rgb(200,129,109); }

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

border-color css

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

 span { border-color: rgb(200,129,109); }

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