Html Css Color HEX #C8855D Burning Sand

📋 copy color: '#C8855D'

red 200 ◦ green 133 ◦ blue 93

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

Shades of Burning Sand #C8855D

Tints of Burning Sand #C8855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 46.95%
G = 31.22%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8855D (or 0xC8855D) is known color: Burning Sand. HEX triplet: C8, 85 and 5D. RGB value is (200,133,93). Sum of RGB (Red+Green+Blue) = 200+133+93=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8855D is #377AA2. Grayscale: #949494. Windows color (decimal): -3635875 or 6129096. OLE color: 6129096.

HSL color Cylindrical-coordinate representation of color #C8855D: hue angle of 22.43º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8855D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 133 93 -
CMYK 0 0.34 0.54 0.22
HSL 22.43º 0.49% 0.57% -
HSV(B) 22.43º 0.54% 0.78% -
XYZ 34.18 29.84 14.31 -
YUV 148.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 200 133 93 0 0.34 0.54 0.22 22.43 0.49 0.57
Hex C8 85 5D 0 22 36 16 16 31 39
Octal 310 205 135 0 42 66 26 26 61 71
Binary 11001000 10000101 1011101 0 100010 110110 10110 10110 110001 111001

Color Harmonies of #C8855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8855D

Black with #C8855D

Text Example


Text Example

White with #C8855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8855D; }

 p { color: rgb(200,133,93); }

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

background-color css

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

 a { background-color: rgb(200,133,93); }

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

border-color css

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

 span { border-color: rgb(200,133,93); }

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