#CB9969

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

Shades of Fallow #CB9969

Tints of Fallow #CB9969

Color information

#CB9969 (or 0xCB9969) is unknown color: approx Fallow. HEX triplet: CB, 99 and 69. RGB value is (203,153,105). Sum of RGB (Red+Green+Blue) = 203+153+105=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9969 is #346696. Grayscale: #A2A2A2. Windows color (decimal): -3434135 or 6920651. OLE color: 6920651.

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

Color convert

RGB203153105-
CMYK00.250.480.20
HSL29.39º48.51%60.39%-
HSV(B)29.39º48.28%79.61%-
XYZ38.5736.518.38-
YUV162.4895.56156.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.03%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=44.03%
G=33.19%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315310500.250.480.2029.3948.5160.39
HexCB996901930141d313c
Octal3132311510316024356174
Binary110010111001100111010010110011100001010011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9969; }

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

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

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

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

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

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

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

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