Html Css Color HEX #C87F6E Burning Sand

📋 copy color: '#C87F6E'

red 200 ◦ green 127 ◦ blue 110

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

Shades of Burning Sand #C87F6E

Tints of Burning Sand #C87F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 45.77%
G = 29.06%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C87F6E (or 0xC87F6E) is known color: Burning Sand. HEX triplet: C8, 7F and 6E. RGB value is (200,127,110). Sum of RGB (Red+Green+Blue) = 200+127+110=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F6E is #378091. Grayscale: #939393. Windows color (decimal): -3637394 or 7241672. OLE color: 7241672.

HSL color Cylindrical-coordinate representation of color #C87F6E: hue angle of 11.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87F6E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 110 -
CMYK 0 0.36 0.45 0.22
HSL 11.33º 0.45% 0.61% -
HSV(B) 11.33º 0.45% 0.78% -
XYZ 34.22 28.58 18.47 -
YUV 146.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 200 127 110 0 0.36 0.45 0.22 11.33 0.45 0.61
Hex C8 7F 6E 0 24 2D 16 B 2D 3D
Octal 310 177 156 0 44 55 26 13 55 75
Binary 11001000 1111111 1101110 0 100100 101101 10110 1011 101101 111101

Color Harmonies of #C87F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F6E

Black with #C87F6E

Text Example


Text Example

White with #C87F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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