Html Css Color HEX #C87D5D Burning Sand

📋 copy color: '#C87D5D'

red 200 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #C87D5D

Tints of Burning Sand #C87D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 47.85%
G = 29.9%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C87D5D (or 0xC87D5D) is known color: Burning Sand. HEX triplet: C8, 7D and 5D. RGB value is (200,125,93). Sum of RGB (Red+Green+Blue) = 200+125+93=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D5D is #3782A2. Grayscale: #8F8F8F. Windows color (decimal): -3637923 or 6127048. OLE color: 6127048.

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

Color convert

RGB 200 125 93 -
CMYK 0 0.38 0.54 0.22
HSL 17.94º 0.49% 0.57% -
HSV(B) 17.94º 0.54% 0.78% -
XYZ 33.13 27.74 13.96 -
YUV 143.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 200 125 93 0 0.38 0.54 0.22 17.94 0.49 0.57
Hex C8 7D 5D 0 26 36 16 12 31 39
Octal 310 175 135 0 46 66 26 22 61 71
Binary 11001000 1111101 1011101 0 100110 110110 10110 10010 110001 111001

Color Harmonies of #C87D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D5D

Black with #C87D5D

Text Example


Text Example

White with #C87D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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