#C99667

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

Shades of Fallow #C99667

Tints of Fallow #C99667

Color information

#C99667 (or 0xC99667) is unknown color: approx Fallow. HEX triplet: C9, 96 and 67. RGB value is (201,150,103). Sum of RGB (Red+Green+Blue) = 201+150+103=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C99667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99667 is #366998. Grayscale: #A0A0A0. Windows color (decimal): -3565977 or 6788809. OLE color: 6788809.

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

Color convert

RGB201150103-
CMYK00.250.490.21
HSL28.78º47.57%59.61%-
HSV(B)28.78º48.76%78.82%-
XYZ37.4435.2117.65-
YUV159.8995.9157.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 150 (58.98% from 255) = 33.04%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=44.27%
G=33.04%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115010300.250.490.2128.7847.5759.61
HexC9966701931151d303c
Octal3112261470316125356074
Binary110010011001011011001110110011100011010111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99667; }

 p { color: rgb(201,150,103); }

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

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

 a { background-color: rgb(201,150,103); }

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

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

 span { border-color: rgb(201,150,103); }

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