Html Css Color HEX #C3866E Burning Sand

📋 copy color: '#C3866E'

red 195 ◦ green 134 ◦ blue 110

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

Shades of Burning Sand #C3866E

Tints of Burning Sand #C3866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 44.42%
G = 30.52%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3866E (or 0xC3866E) is known color: Burning Sand. HEX triplet: C3, 86 and 6E. RGB value is (195,134,110). Sum of RGB (Red+Green+Blue) = 195+134+110=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3866E is #3C7991. Grayscale: #959595. Windows color (decimal): -3963282 or 7243459. OLE color: 7243459.

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

Color convert

RGB 195 134 110 -
CMYK 0 0.31 0.44 0.24
HSL 16.94º 0.41% 0.6% -
HSV(B) 16.94º 0.44% 0.76% -
XYZ 33.85 29.78 18.72 -
YUV 149.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 195 134 110 0 0.31 0.44 0.24 16.94 0.41 0.6
Hex C3 86 6E 0 1F 2C 18 11 29 3C
Octal 303 206 156 0 37 54 30 21 51 74
Binary 11000011 10000110 1101110 0 11111 101100 11000 10001 101001 111100

Color Harmonies of #C3866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3866E

Black with #C3866E

Text Example


Text Example

White with #C3866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3866E; }

 p { color: rgb(195,134,110); }

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

background-color css

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

 a { background-color: rgb(195,134,110); }

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

border-color css

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

 span { border-color: rgb(195,134,110); }

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