Html Css Color HEX #C0966B Fallow

📋 copy color: '#C0966B'

red 192 ◦ green 150 ◦ blue 107

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

Shades of Fallow #C0966B

Tints of Fallow #C0966B

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

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

R = 42.76%
G = 33.41%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0966B (or 0xC0966B) is known color: Fallow. HEX triplet: C0, 96 and 6B. RGB value is (192,150,107). Sum of RGB (Red+Green+Blue) = 192+150+107=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0966B is #3F6994. Grayscale: #9D9D9D. Windows color (decimal): -4155797 or 7050944. OLE color: 7050944.

HSL color Cylindrical-coordinate representation of color #C0966B: hue angle of 30.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0966B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 107 -
CMYK 0 0.22 0.44 0.25
HSL 30.35º 0.4% 0.59% -
HSV(B) 30.35º 0.44% 0.75% -
XYZ 35.3 34.08 18.63 -
YUV 157.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 192 150 107 0 0.22 0.44 0.25 30.35 0.4 0.59
Hex C0 96 6B 0 16 2C 19 1E 28 3B
Octal 300 226 153 0 26 54 31 36 50 73
Binary 11000000 10010110 1101011 0 10110 101100 11001 11110 101000 111011

Color Harmonies of #C0966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0966B

Black with #C0966B

Text Example


Text Example

White with #C0966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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