#CB9967

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

Shades of Fallow #CB9967

Tints of Fallow #CB9967

Color information

#CB9967 (or 0xCB9967) is unknown color: approx Fallow. HEX triplet: CB, 99 and 67. RGB value is (203,153,103). Sum of RGB (Red+Green+Blue) = 203+153+103=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9967 is #346698. Grayscale: #A2A2A2. Windows color (decimal): -3434137 or 6789579. OLE color: 6789579.

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

Color convert

RGB203153103-
CMYK00.250.490.20
HSL30º49.02%60%-
HSV(B)30º49.26%79.61%-
XYZ38.4736.4617.84-
YUV162.2594.56157.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=44.23%
G=33.33%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315310300.250.490.203049.0260
HexCB996701931141e313c
Octal3132311470316124366174
Binary110010111001100111001110110011100011010011110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9967; }

 p { color: rgb(203,153,103); }

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

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

 a { background-color: rgb(203,153,103); }

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

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

 span { border-color: rgb(203,153,103); }

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