Html Css Color HEX #C87D5C Burning Sand

📋 copy color: '#C87D5C'

red 200 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #C87D5C

Tints of Burning Sand #C87D5C

RGB

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

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

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

R = 47.96%
G = 29.98%
B = 22.06%

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

#C87D5C (or 0xC87D5C) is known color: Burning Sand. HEX triplet: C8, 7D and 5C. RGB value is (200,125,92). Sum of RGB (Red+Green+Blue) = 200+125+92=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D5C is #3782A3. Grayscale: #8F8F8F. Windows color (decimal): -3637924 or 6061512. OLE color: 6061512.

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

Color convert

RGB 200 125 92 -
CMYK 0 0.38 0.54 0.22
HSL 18.33º 0.5% 0.57% -
HSV(B) 18.33º 0.54% 0.78% -
XYZ 33.08 27.72 13.73 -
YUV 143.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 200 125 92 0 0.38 0.54 0.22 18.33 0.5 0.57
Hex C8 7D 5C 0 26 36 16 12 32 39
Octal 310 175 134 0 46 66 26 22 62 71
Binary 11001000 1111101 1011100 0 100110 110110 10110 10010 110010 111001

Color Harmonies of #C87D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D5C

Black with #C87D5C

Text Example


Text Example

White with #C87D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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