Html Css Color HEX #C3866B Burning Sand

📋 copy color: '#C3866B'

red 195 ◦ green 134 ◦ blue 107

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

Shades of Burning Sand #C3866B

Tints of Burning Sand #C3866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 44.72%
G = 30.73%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3866B (or 0xC3866B) is known color: Burning Sand. HEX triplet: C3, 86 and 6B. RGB value is (195,134,107). Sum of RGB (Red+Green+Blue) = 195+134+107=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3866B is #3C7994. Grayscale: #959595. Windows color (decimal): -3963285 or 7046851. OLE color: 7046851.

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

Color convert

RGB 195 134 107 -
CMYK 0 0.31 0.45 0.24
HSL 18.41º 0.42% 0.59% -
HSV(B) 18.41º 0.45% 0.76% -
XYZ 33.68 29.71 17.87 -
YUV 149.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 195 134 107 0 0.31 0.45 0.24 18.41 0.42 0.59
Hex C3 86 6B 0 1F 2D 18 12 2A 3B
Octal 303 206 153 0 37 55 30 22 52 73
Binary 11000011 10000110 1101011 0 11111 101101 11000 10010 101010 111011

Color Harmonies of #C3866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3866B

Black with #C3866B

Text Example


Text Example

White with #C3866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3866B; }

 p { color: rgb(195,134,107); }

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

background-color css

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

 a { background-color: rgb(195,134,107); }

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

border-color css

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

 span { border-color: rgb(195,134,107); }

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