Html Css Color HEX #C3886E Burning Sand

📋 copy color: '#C3886E'

red 195 ◦ green 136 ◦ blue 110

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

Shades of Burning Sand #C3886E

Tints of Burning Sand #C3886E

RGB

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

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

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

R = 44.22%
G = 30.84%
B = 24.94%

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

#C3886E (or 0xC3886E) is known color: Burning Sand. HEX triplet: C3, 88 and 6E. RGB value is (195,136,110). Sum of RGB (Red+Green+Blue) = 195+136+110=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886E is #3C7791. Grayscale: #969696. Windows color (decimal): -3962770 or 7243971. OLE color: 7243971.

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

Color convert

RGB 195 136 110 -
CMYK 0 0.30 0.44 0.24
HSL 18.35º 0.41% 0.6% -
HSV(B) 18.35º 0.44% 0.76% -
XYZ 34.12 30.34 18.81 -
YUV 150.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 195 136 110 0 0.30 0.44 0.24 18.35 0.41 0.6
Hex C3 88 6E 0 1E 2C 18 12 29 3C
Octal 303 210 156 0 36 54 30 22 51 74
Binary 11000011 10001000 1101110 0 11110 101100 11000 10010 101001 111100

Color Harmonies of #C3886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3886E

Black with #C3886E

Text Example


Text Example

White with #C3886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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