#CB9C66

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

Shades of Fallow #CB9C66

Tints of Fallow #CB9C66

Color information

#CB9C66 (or 0xCB9C66) is unknown color: approx Fallow. HEX triplet: CB, 9C and 66. RGB value is (203,156,102). Sum of RGB (Red+Green+Blue) = 203+156+102=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C66 is #346399. Grayscale: #A4A4A4. Windows color (decimal): -3433370 or 6724811. OLE color: 6724811.

HSL color Cylindrical-coordinate representation of color #CB9C66: hue angle of 32.08º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB9C66 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203156102-
CMYK00.230.500.20
HSL32.08º49.27%59.8%-
HSV(B)32.08º49.75%79.61%-
XYZ38.9237.4317.74-
YUV163.993.07155.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=44.03%
G=33.84%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315610200.230.500.2032.0849.2759.8
HexCB9C66017321420313c
Octal3132341460276224406174
Binary1100101110011100110011001011111001010100100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C66; }

 p { color: rgb(203,156,102); }

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

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

 a { background-color: rgb(203,156,102); }

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

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

 span { border-color: rgb(203,156,102); }

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