Html Css Color HEX #C8855C Burning Sand

📋 copy color: '#C8855C'

red 200 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #C8855C

Tints of Burning Sand #C8855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 47.06%
G = 31.29%
B = 21.65%

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

#C8855C (or 0xC8855C) is known color: Burning Sand. HEX triplet: C8, 85 and 5C. RGB value is (200,133,92). Sum of RGB (Red+Green+Blue) = 200+133+92=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8855C is #377AA3. Grayscale: #949494. Windows color (decimal): -3635876 or 6063560. OLE color: 6063560.

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

Color convert

RGB 200 133 92 -
CMYK 0 0.34 0.54 0.22
HSL 22.78º 0.5% 0.57% -
HSV(B) 22.78º 0.54% 0.78% -
XYZ 34.14 29.83 14.08 -
YUV 148.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 200 133 92 0 0.34 0.54 0.22 22.78 0.5 0.57
Hex C8 85 5C 0 22 36 16 17 32 39
Octal 310 205 134 0 42 66 26 27 62 71
Binary 11001000 10000101 1011100 0 100010 110110 10110 10111 110010 111001

Color Harmonies of #C8855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8855C

Black with #C8855C

Text Example


Text Example

White with #C8855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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