Html Css Color HEX #C3886C Burning Sand

📋 copy color: '#C3886C'

red 195 ◦ green 136 ◦ blue 108

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

Shades of Burning Sand #C3886C

Tints of Burning Sand #C3886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 44.42%
G = 30.98%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3886C (or 0xC3886C) is known color: Burning Sand. HEX triplet: C3, 88 and 6C. RGB value is (195,136,108). Sum of RGB (Red+Green+Blue) = 195+136+108=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3886C is #3C7793. Grayscale: #969696. Windows color (decimal): -3962772 or 7112899. OLE color: 7112899.

HSL color Cylindrical-coordinate representation of color #C3886C: hue angle of 19.31º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3886C is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 108 -
CMYK 0 0.30 0.45 0.24
HSL 19.31º 0.42% 0.59% -
HSV(B) 19.31º 0.45% 0.76% -
XYZ 34.02 30.29 18.24 -
YUV 150.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 195 136 108 0 0.30 0.45 0.24 19.31 0.42 0.59
Hex C3 88 6C 0 1E 2D 18 13 2A 3B
Octal 303 210 154 0 36 55 30 23 52 73
Binary 11000011 10001000 1101100 0 11110 101101 11000 10011 101010 111011

Color Harmonies of #C3886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3886C

Black with #C3886C

Text Example


Text Example

White with #C3886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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