Html Css Color HEX #C3856E Burning Sand

📋 copy color: '#C3856E'

red 195 ◦ green 133 ◦ blue 110

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

Shades of Burning Sand #C3856E

Tints of Burning Sand #C3856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

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

R = 44.52%
G = 30.37%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3856E (or 0xC3856E) is known color: Burning Sand. HEX triplet: C3, 85 and 6E. RGB value is (195,133,110). Sum of RGB (Red+Green+Blue) = 195+133+110=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3856E is #3C7A91. Grayscale: #959595. Windows color (decimal): -3963538 or 7243203. OLE color: 7243203.

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

Color convert

RGB 195 133 110 -
CMYK 0 0.32 0.44 0.24
HSL 16.24º 0.41% 0.6% -
HSV(B) 16.24º 0.44% 0.76% -
XYZ 33.71 29.5 18.67 -
YUV 148.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 195 133 110 0 0.32 0.44 0.24 16.24 0.41 0.6
Hex C3 85 6E 0 20 2C 18 10 29 3C
Octal 303 205 156 0 40 54 30 20 51 74
Binary 11000011 10000101 1101110 0 100000 101100 11000 10000 101001 111100

Color Harmonies of #C3856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3856E

Black with #C3856E

Text Example


Text Example

White with #C3856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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