Html Css Color HEX #C8865A Burning Sand

📋 copy color: '#C8865A'

red 200 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #C8865A

Tints of Burning Sand #C8865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.6%

 BLUE value IS 90 (35.55% from 255) = 21.23%

R = 47.17%
G = 31.6%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8865A (or 0xC8865A) is known color: Burning Sand. HEX triplet: C8, 86 and 5A. RGB value is (200,134,90). Sum of RGB (Red+Green+Blue) = 200+134+90=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8865A is #3779A5. Grayscale: #949494. Windows color (decimal): -3635622 or 5932744. OLE color: 5932744.

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

Color convert

RGB 200 134 90 -
CMYK 0 0.33 0.55 0.22
HSL 24º 0.5% 0.57% -
HSV(B) 24º 0.55% 0.78% -
XYZ 34.19 30.07 13.67 -
YUV 148.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 200 134 90 0 0.33 0.55 0.22 24 0.5 0.57
Hex C8 86 5A 0 21 37 16 18 32 39
Octal 310 206 132 0 41 67 26 30 62 71
Binary 11001000 10000110 1011010 0 100001 110111 10110 11000 110010 111001

Color Harmonies of #C8865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8865A

Black with #C8865A

Text Example


Text Example

White with #C8865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8865A; }

 p { color: rgb(200,134,90); }

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

background-color css

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

 a { background-color: rgb(200,134,90); }

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

border-color css

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

 span { border-color: rgb(200,134,90); }

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