Html Css Color HEX #C8816C Burning Sand

📋 copy color: '#C8816C'

red 200 ◦ green 129 ◦ blue 108

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

Shades of Burning Sand #C8816C

Tints of Burning Sand #C8816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 45.77%
G = 29.52%
B = 24.71%

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

#C8816C (or 0xC8816C) is known color: Burning Sand. HEX triplet: C8, 81 and 6C. RGB value is (200,129,108). Sum of RGB (Red+Green+Blue) = 200+129+108=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8816C is #377E93. Grayscale: #939393. Windows color (decimal): -3636884 or 7111112. OLE color: 7111112.

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

Color convert

RGB 200 129 108 -
CMYK 0 0.36 0.46 0.22
HSL 13.7º 0.46% 0.6% -
HSV(B) 13.7º 0.46% 0.78% -
XYZ 34.38 29.06 17.99 -
YUV 147.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 200 129 108 0 0.36 0.46 0.22 13.7 0.46 0.6
Hex C8 81 6C 0 24 2E 16 E 2E 3C
Octal 310 201 154 0 44 56 26 16 56 74
Binary 11001000 10000001 1101100 0 100100 101110 10110 1110 101110 111100

Color Harmonies of #C8816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8816C

Black with #C8816C

Text Example


Text Example

White with #C8816C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8816C; }

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

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

background-color css

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

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

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

border-color css

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

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

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