Html Css Color HEX #C8855F Burning Sand

📋 copy color: '#C8855F'

red 200 ◦ green 133 ◦ blue 95

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

Shades of Burning Sand #C8855F

Tints of Burning Sand #C8855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 46.73%
G = 31.07%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8855F (or 0xC8855F) is known color: Burning Sand. HEX triplet: C8, 85 and 5F. RGB value is (200,133,95). Sum of RGB (Red+Green+Blue) = 200+133+95=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8855F is #377AA0. Grayscale: #949494. Windows color (decimal): -3635873 or 6260168. OLE color: 6260168.

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

Color convert

RGB 200 133 95 -
CMYK 0 0.34 0.52 0.22
HSL 21.71º 0.49% 0.58% -
HSV(B) 21.71º 0.53% 0.78% -
XYZ 34.27 29.88 14.79 -
YUV 148.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 200 133 95 0 0.34 0.52 0.22 21.71 0.49 0.58
Hex C8 85 5F 0 22 34 16 16 31 3A
Octal 310 205 137 0 42 64 26 26 61 72
Binary 11001000 10000101 1011111 0 100010 110100 10110 10110 110001 111010

Color Harmonies of #C8855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8855F

Black with #C8855F

Text Example


Text Example

White with #C8855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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