Html Css Color HEX #C87C5F Burning Sand

📋 copy color: '#C87C5F'

red 200 ◦ green 124 ◦ blue 95

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

Shades of Burning Sand #C87C5F

Tints of Burning Sand #C87C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 47.73%
G = 29.59%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C87C5F (or 0xC87C5F) is known color: Burning Sand. HEX triplet: C8, 7C and 5F. RGB value is (200,124,95). Sum of RGB (Red+Green+Blue) = 200+124+95=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C5F is #3783A0. Grayscale: #8F8F8F. Windows color (decimal): -3638177 or 6257864. OLE color: 6257864.

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

Color convert

RGB 200 124 95 -
CMYK 0 0.38 0.52 0.22
HSL 16.57º 0.49% 0.58% -
HSV(B) 16.57º 0.53% 0.78% -
XYZ 33.09 27.52 14.39 -
YUV 143.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 200 124 95 0 0.38 0.52 0.22 16.57 0.49 0.58
Hex C8 7C 5F 0 26 34 16 11 31 3A
Octal 310 174 137 0 46 64 26 21 61 72
Binary 11001000 1111100 1011111 0 100110 110100 10110 10001 110001 111010

Color Harmonies of #C87C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C5F

Black with #C87C5F

Text Example


Text Example

White with #C87C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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