Html Css Color HEX #C3866D Burning Sand

📋 copy color: '#C3866D'

red 195 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #C3866D

Tints of Burning Sand #C3866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.89%

R = 44.52%
G = 30.59%
B = 24.89%

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

#C3866D (or 0xC3866D) is known color: Burning Sand. HEX triplet: C3, 86 and 6D. RGB value is (195,134,109). Sum of RGB (Red+Green+Blue) = 195+134+109=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3866D is #3C7992. Grayscale: #959595. Windows color (decimal): -3963283 or 7177923. OLE color: 7177923.

HSL color Cylindrical-coordinate representation of color #C3866D: hue angle of 17.44º degrees, saturation: 0.42, 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 #C3866D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 109 -
CMYK 0 0.31 0.44 0.24
HSL 17.44º 0.42% 0.6% -
HSV(B) 17.44º 0.44% 0.76% -
XYZ 33.79 29.76 18.43 -
YUV 149.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 195 134 109 0 0.31 0.44 0.24 17.44 0.42 0.6
Hex C3 86 6D 0 1F 2C 18 11 2A 3C
Octal 303 206 155 0 37 54 30 21 52 74
Binary 11000011 10000110 1101101 0 11111 101100 11000 10001 101010 111100

Color Harmonies of #C3866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3866D

Black with #C3866D

Text Example


Text Example

White with #C3866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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