Html Css Color HEX #C87F6A Burning Sand

📋 copy color: '#C87F6A'

red 200 ◦ green 127 ◦ blue 106

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

Shades of Burning Sand #C87F6A

Tints of Burning Sand #C87F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 46.19%
G = 29.33%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C87F6A (or 0xC87F6A) is known color: Burning Sand. HEX triplet: C8, 7F and 6A. RGB value is (200,127,106). Sum of RGB (Red+Green+Blue) = 200+127+106=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F6A is #378095. Grayscale: #929292. Windows color (decimal): -3637398 or 6979528. OLE color: 6979528.

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

Color convert

RGB 200 127 106 -
CMYK 0 0.36 0.47 0.22
HSL 13.4º 0.46% 0.6% -
HSV(B) 13.4º 0.47% 0.78% -
XYZ 34.01 28.5 17.34 -
YUV 146.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 200 127 106 0 0.36 0.47 0.22 13.4 0.46 0.6
Hex C8 7F 6A 0 24 2F 16 D 2E 3C
Octal 310 177 152 0 44 57 26 15 56 74
Binary 11001000 1111111 1101010 0 100100 101111 10110 1101 101110 111100

Color Harmonies of #C87F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F6A

Black with #C87F6A

Text Example


Text Example

White with #C87F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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