Html Css Color HEX #C3886D Burning Sand

📋 copy color: '#C3886D'

red 195 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #C3886D

Tints of Burning Sand #C3886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 44.32%
G = 30.91%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3886D (or 0xC3886D) is known color: Burning Sand. HEX triplet: C3, 88 and 6D. RGB value is (195,136,109). Sum of RGB (Red+Green+Blue) = 195+136+109=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886D is #3C7792. Grayscale: #969696. Windows color (decimal): -3962771 or 7178435. OLE color: 7178435.

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

Color convert

RGB 195 136 109 -
CMYK 0 0.30 0.44 0.24
HSL 18.84º 0.42% 0.6% -
HSV(B) 18.84º 0.44% 0.76% -
XYZ 34.07 30.31 18.52 -
YUV 150.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 195 136 109 0 0.30 0.44 0.24 18.84 0.42 0.6
Hex C3 88 6D 0 1E 2C 18 13 2A 3C
Octal 303 210 155 0 36 54 30 23 52 74
Binary 11000011 10001000 1101101 0 11110 101100 11000 10011 101010 111100

Color Harmonies of #C3886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3886D

Black with #C3886D

Text Example


Text Example

White with #C3886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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