#C0B38C

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

Shades of Chino #C0B38C

Tints of Chino #C0B38C

Color information

#C0B38C (or 0xC0B38C) is unknown color: approx Chino. HEX triplet: C0, B3 and 8C. RGB value is (192,179,140). Sum of RGB (Red+Green+Blue) = 192+179+140=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B38C is #3F4C73. Grayscale: #B2B2B2. Windows color (decimal): -4148340 or 9221056. OLE color: 9221056.

HSL color Cylindrical-coordinate representation of color #C0B38C: hue angle of 45º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B38C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192179140-
CMYK00.070.270.25
HSL45º29.21%65.1%-
HSV(B)45º27.08%75.29%-
XYZ42.5945.3431.32-
YUV178.44106.31137.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=37.57%
G=35.03%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217914000.070.270.254529.2165.1
HexC0B38C071B192d1d41
Octal3002632140733315535101
Binary11000000101100111000110001111101111001101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B38C; }

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

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

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

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

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

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

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

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