#CF994B

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

Shades of Tussock #CF994B

Tints of Tussock #CF994B

Color information

#CF994B (or 0xCF994B) is unknown color: approx Tussock. HEX triplet: CF, 99 and 4B. RGB value is (207,153,75). Sum of RGB (Red+Green+Blue) = 207+153+75=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF994B is #3066B4. Grayscale: #A0A0A0. Windows color (decimal): -3172021 or 4954575. OLE color: 4954575.

HSL color Cylindrical-coordinate representation of color #CF994B: hue angle of 35.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF994B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20715375-
CMYK00.260.640.19
HSL35.45º57.89%55.29%-
HSV(B)35.45º63.77%81.18%-
XYZ38.3936.5611.69-
YUV160.2579.89161.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 75 (29.69% from 255) = 17.24%
R=47.59%
G=35.17%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071537500.260.640.1935.4557.8955.29
HexCF994B01A4013233a37
Octal31723111303210023437267
Binary11001111100110011001011011010100000010011100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF994B; }

 p { color: rgb(207,153,75); }

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

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

 a { background-color: rgb(207,153,75); }

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

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

 span { border-color: rgb(207,153,75); }

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