Html Css Color HEX #C78271 Burning Sand

📋 copy color: '#C78271'

red 199 ◦ green 130 ◦ blue 113

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

Shades of Burning Sand #C78271

Tints of Burning Sand #C78271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 45.02%
G = 29.41%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C78271 (or 0xC78271) is known color: Burning Sand. HEX triplet: C7, 82 and 71. RGB value is (199,130,113). Sum of RGB (Red+Green+Blue) = 199+130+113=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C78271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78271 is #387D8E. Grayscale: #949494. Windows color (decimal): -3702159 or 7439047. OLE color: 7439047.

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

Color convert

RGB 199 130 113 -
CMYK 0 0.35 0.43 0.22
HSL 11.86º 0.43% 0.61% -
HSV(B) 11.86º 0.43% 0.78% -
XYZ 34.52 29.3 19.46 -
YUV 148.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 199 130 113 0 0.35 0.43 0.22 11.86 0.43 0.61
Hex C7 82 71 0 23 2B 16 C 2B 3D
Octal 307 202 161 0 43 53 26 14 53 75
Binary 11000111 10000010 1110001 0 100011 101011 10110 1100 101011 111101

Color Harmonies of #C78271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78271

Black with #C78271

Text Example


Text Example

White with #C78271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78271; }

 p { color: rgb(199,130,113); }

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

background-color css

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

 a { background-color: rgb(199,130,113); }

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

border-color css

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

 span { border-color: rgb(199,130,113); }

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