Html Css Color HEX #C3876E Burning Sand

📋 copy color: '#C3876E'

red 195 ◦ green 135 ◦ blue 110

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

Shades of Burning Sand #C3876E

Tints of Burning Sand #C3876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

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

R = 44.32%
G = 30.68%
B = 25%

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

#C3876E (or 0xC3876E) is known color: Burning Sand. HEX triplet: C3, 87 and 6E. RGB value is (195,135,110). Sum of RGB (Red+Green+Blue) = 195+135+110=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3876E is #3C7891. Grayscale: #969696. Windows color (decimal): -3963026 or 7243715. OLE color: 7243715.

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

Color convert

RGB 195 135 110 -
CMYK 0 0.31 0.44 0.24
HSL 17.65º 0.41% 0.6% -
HSV(B) 17.65º 0.44% 0.76% -
XYZ 33.98 30.06 18.76 -
YUV 150.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 195 135 110 0 0.31 0.44 0.24 17.65 0.41 0.6
Hex C3 87 6E 0 1F 2C 18 12 29 3C
Octal 303 207 156 0 37 54 30 22 51 74
Binary 11000011 10000111 1101110 0 11111 101100 11000 10010 101001 111100

Color Harmonies of #C3876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3876E

Black with #C3876E

Text Example


Text Example

White with #C3876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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