#CB9E6E

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

Shades of Fallow #CB9E6E

Tints of Fallow #CB9E6E

Color information

#CB9E6E (or 0xCB9E6E) is unknown color: approx Fallow. HEX triplet: CB, 9E and 6E. RGB value is (203,158,110). Sum of RGB (Red+Green+Blue) = 203+158+110=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E6E is #346191. Grayscale: #A6A6A6. Windows color (decimal): -3432850 or 7249611. OLE color: 7249611.

HSL color Cylindrical-coordinate representation of color #CB9E6E: hue angle of 30.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB9E6E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB203158110-
CMYK00.220.460.20
HSL30.97º47.21%61.37%-
HSV(B)30.97º45.81%79.61%-
XYZ39.6738.2820.05-
YUV165.9896.41154.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=43.10%
G=33.55%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315811000.220.460.2030.9747.2161.37
HexCB9E6E0162E141f2f3d
Octal3132361560265624375775
Binary110010111001111011011100101101011101010011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E6E; }

 p { color: rgb(203,158,110); }

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

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

 a { background-color: rgb(203,158,110); }

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

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

 span { border-color: rgb(203,158,110); }

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