Html Css Color HEX #C87E6A Burning Sand

📋 copy color: '#C87E6A'

red 200 ◦ green 126 ◦ blue 106

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

Shades of Burning Sand #C87E6A

Tints of Burning Sand #C87E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

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

R = 46.3%
G = 29.17%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C87E6A (or 0xC87E6A) is known color: Burning Sand. HEX triplet: C8, 7E and 6A. RGB value is (200,126,106). Sum of RGB (Red+Green+Blue) = 200+126+106=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E6A is #378195. Grayscale: #919191. Windows color (decimal): -3637654 or 6979272. OLE color: 6979272.

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

Color convert

RGB 200 126 106 -
CMYK 0 0.37 0.47 0.22
HSL 12.77º 0.46% 0.6% -
HSV(B) 12.77º 0.47% 0.78% -
XYZ 33.88 28.24 17.3 -
YUV 145.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 200 126 106 0 0.37 0.47 0.22 12.77 0.46 0.6
Hex C8 7E 6A 0 25 2F 16 D 2E 3C
Octal 310 176 152 0 45 57 26 15 56 74
Binary 11001000 1111110 1101010 0 100101 101111 10110 1101 101110 111100

Color Harmonies of #C87E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87E6A

Black with #C87E6A

Text Example


Text Example

White with #C87E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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