#CF9A50

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

Shades of Twine #CF9A50

Tints of Twine #CF9A50

Color information

#CF9A50 (or 0xCF9A50) is unknown color: approx Twine. HEX triplet: CF, 9A and 50. RGB value is (207,154,80). Sum of RGB (Red+Green+Blue) = 207+154+80=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A50 is #3065AF. Grayscale: #A1A1A1. Windows color (decimal): -3171760 or 5282511. OLE color: 5282511.

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

Color convert

RGB20715480-
CMYK00.260.610.19
HSL34.96º56.95%56.27%-
HSV(B)34.96º61.35%81.18%-
XYZ38.7436.9612.68-
YUV161.4182.06160.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=46.94%
G=34.92%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071548000.260.610.1934.9656.9556.27
HexCF9A5001A3D13233938
Octal3172321200327523437170
Binary1100111110011010101000001101011110110011100011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A50; }

 p { color: rgb(207,154,80); }

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

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

 a { background-color: rgb(207,154,80); }

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

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

 span { border-color: rgb(207,154,80); }

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