Html Css Color HEX #C8825F Burning Sand

📋 copy color: '#C8825F'

red 200 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #C8825F

Tints of Burning Sand #C8825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 47.06%
G = 30.59%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8825F (or 0xC8825F) is known color: Burning Sand. HEX triplet: C8, 82 and 5F. RGB value is (200,130,95). Sum of RGB (Red+Green+Blue) = 200+130+95=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8825F is #377DA0. Grayscale: #939393. Windows color (decimal): -3636641 or 6259400. OLE color: 6259400.

HSL color Cylindrical-coordinate representation of color #C8825F: hue angle of 20º 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 #C8825F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 95 -
CMYK 0 0.35 0.52 0.22
HSL 20º 0.49% 0.58% -
HSV(B) 20º 0.53% 0.78% -
XYZ 33.87 29.07 14.65 -
YUV 146.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 200 130 95 0 0.35 0.52 0.22 20 0.49 0.58
Hex C8 82 5F 0 23 34 16 14 31 3A
Octal 310 202 137 0 43 64 26 24 61 72
Binary 11001000 10000010 1011111 0 100011 110100 10110 10100 110001 111010

Color Harmonies of #C8825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8825F

Black with #C8825F

Text Example


Text Example

White with #C8825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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