Html Css Color HEX #C87F5D Burning Sand

📋 copy color: '#C87F5D'

red 200 ◦ green 127 ◦ blue 93

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

Shades of Burning Sand #C87F5D

Tints of Burning Sand #C87F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 47.62%
G = 30.24%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C87F5D (or 0xC87F5D) is known color: Burning Sand. HEX triplet: C8, 7F and 5D. RGB value is (200,127,93). Sum of RGB (Red+Green+Blue) = 200+127+93=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F5D is #3780A2. Grayscale: #919191. Windows color (decimal): -3637411 or 6127560. OLE color: 6127560.

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

Color convert

RGB 200 127 93 -
CMYK 0 0.36 0.54 0.22
HSL 19.07º 0.49% 0.57% -
HSV(B) 19.07º 0.54% 0.78% -
XYZ 33.38 28.25 14.05 -
YUV 144.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 200 127 93 0 0.36 0.54 0.22 19.07 0.49 0.57
Hex C8 7F 5D 0 24 36 16 13 31 39
Octal 310 177 135 0 44 66 26 23 61 71
Binary 11001000 1111111 1011101 0 100100 110110 10110 10011 110001 111001

Color Harmonies of #C87F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F5D

Black with #C87F5D

Text Example


Text Example

White with #C87F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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