Html Css Color HEX #C3876F Burning Sand

📋 copy color: '#C3876F'

red 195 ◦ green 135 ◦ blue 111

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

Shades of Burning Sand #C3876F

Tints of Burning Sand #C3876F

RGB

 RED value IS 195 (76.56% from 255) = 44.22%

 GREEN value IS 135 (53.13% from 255) = 30.61%

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 44.22%
G = 30.61%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3876F (or 0xC3876F) is known color: Burning Sand. HEX triplet: C3, 87 and 6F. RGB value is (195,135,111). Sum of RGB (Red+Green+Blue) = 195+135+111=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3876F is #3C7890. Grayscale: #969696. Windows color (decimal): -3963025 or 7309251. OLE color: 7309251.

HSL color Cylindrical-coordinate representation of color #C3876F: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3876F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 135 111 -
CMYK 0 0.31 0.43 0.24
HSL 17.14º 0.41% 0.6% -
HSV(B) 17.14º 0.43% 0.76% -
XYZ 34.04 30.08 19.05 -
YUV 150.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 195 135 111 0 0.31 0.43 0.24 17.14 0.41 0.6
Hex C3 87 6F 0 1F 2B 18 11 29 3C
Octal 303 207 157 0 37 53 30 21 51 74
Binary 11000011 10000111 1101111 0 11111 101011 11000 10001 101001 111100

Color Harmonies of #C3876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3876F

Black with #C3876F

Text Example


Text Example

White with #C3876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3876F; }

 p { color: rgb(195,135,111); }

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

background-color css

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

 a { background-color: rgb(195,135,111); }

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

border-color css

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

 span { border-color: rgb(195,135,111); }

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