Html Css Color HEX #C3876A Burning Sand

📋 copy color: '#C3876A'

red 195 ◦ green 135 ◦ blue 106

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

Shades of Burning Sand #C3876A

Tints of Burning Sand #C3876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 44.72%
G = 30.96%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3876A (or 0xC3876A) is known color: Burning Sand. HEX triplet: C3, 87 and 6A. RGB value is (195,135,106). Sum of RGB (Red+Green+Blue) = 195+135+106=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3876A is #3C7895. Grayscale: #959595. Windows color (decimal): -3963030 or 6981571. OLE color: 6981571.

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

Color convert

RGB 195 135 106 -
CMYK 0 0.31 0.46 0.24
HSL 19.55º 0.43% 0.59% -
HSV(B) 19.55º 0.46% 0.76% -
XYZ 33.77 29.97 17.64 -
YUV 149.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 195 135 106 0 0.31 0.46 0.24 19.55 0.43 0.59
Hex C3 87 6A 0 1F 2E 18 14 2B 3B
Octal 303 207 152 0 37 56 30 24 53 73
Binary 11000011 10000111 1101010 0 11111 101110 11000 10100 101011 111011

Color Harmonies of #C3876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3876A

Black with #C3876A

Text Example


Text Example

White with #C3876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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