Html Css Color HEX #C7896A Burning Sand

📋 copy color: '#C7896A'

red 199 ◦ green 137 ◦ blue 106

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

Shades of Burning Sand #C7896A

Tints of Burning Sand #C7896A

RGB

 RED value IS 199 (78.13% from 255) = 45.02%

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 45.02%
G = 31%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7896A (or 0xC7896A) is known color: Burning Sand. HEX triplet: C7, 89 and 6A. RGB value is (199,137,106). Sum of RGB (Red+Green+Blue) = 199+137+106=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7896A is #387695. Grayscale: #989898. Windows color (decimal): -3700374 or 6982087. OLE color: 6982087.

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

Color convert

RGB 199 137 106 -
CMYK 0 0.31 0.47 0.22
HSL 20º 0.45% 0.6% -
HSV(B) 20º 0.47% 0.78% -
XYZ 35.1 31.07 17.78 -
YUV 152 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 199 137 106 0 0.31 0.47 0.22 20 0.45 0.6
Hex C7 89 6A 0 1F 2F 16 14 2D 3C
Octal 307 211 152 0 37 57 26 24 55 74
Binary 11000111 10001001 1101010 0 11111 101111 10110 10100 101101 111100

Color Harmonies of #C7896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7896A

Black with #C7896A

Text Example


Text Example

White with #C7896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7896A; }

 p { color: rgb(199,137,106); }

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

background-color css

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

 a { background-color: rgb(199,137,106); }

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

border-color css

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

 span { border-color: rgb(199,137,106); }

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