#C08C6B

Color #C08C6B Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C08C6B

Tints of Fallow #C08C6B

Color information

#C08C6B (or 0xC08C6B) is unknown color: approx Fallow. HEX triplet: C0, 8C and 6B. RGB value is (192,140,107). Sum of RGB (Red+Green+Blue) = 192+140+107=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C6B is #3F7394. Grayscale: #979797. Windows color (decimal): -4158357 or 7048384. OLE color: 7048384.

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

Color convert

RGB192140107-
CMYK00.270.440.25
HSL23.29º40.28%58.63%-
HSV(B)23.29º44.27%75.29%-
XYZ33.7731.0218.12-
YUV151.79102.73156.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=43.74%
G=31.89%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214010700.270.440.2523.2940.2858.63
HexC08C6B01B2C1917283b
Octal3002141530335431275073
Binary110000001000110011010110110111011001100110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C6B; }

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

 H1.HeaderClassName
 {
   color: #C08C6B;
 }
 .AnyTagClassName
 {
   color: #C08C6B;
 }
</style>
background-color css

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

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

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

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

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

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