Html Css Color HEX #C3966B Fallow

📋 copy color: '#C3966B'

red 195 ◦ green 150 ◦ blue 107

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

Shades of Fallow #C3966B

Tints of Fallow #C3966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 43.14%
G = 33.19%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3966B (or 0xC3966B) is known color: Fallow. HEX triplet: C3, 96 and 6B. RGB value is (195,150,107). Sum of RGB (Red+Green+Blue) = 195+150+107=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3966B is #3C6994. Grayscale: #9E9E9E. Windows color (decimal): -3959189 or 7050947. OLE color: 7050947.

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

Color convert

RGB 195 150 107 -
CMYK 0 0.23 0.45 0.24
HSL 29.32º 0.42% 0.59% -
HSV(B) 29.32º 0.45% 0.76% -
XYZ 36.07 34.48 18.66 -
YUV 158.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 195 150 107 0 0.23 0.45 0.24 29.32 0.42 0.59
Hex C3 96 6B 0 17 2D 18 1D 2A 3B
Octal 303 226 153 0 27 55 30 35 52 73
Binary 11000011 10010110 1101011 0 10111 101101 11000 11101 101010 111011

Color Harmonies of #C3966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3966B

Black with #C3966B

Text Example


Text Example

White with #C3966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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