#C99B5C

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

Shades of Twine #C99B5C

Tints of Twine #C99B5C

Color information

#C99B5C (or 0xC99B5C) is unknown color: approx Twine. HEX triplet: C9, 9B and 5C. RGB value is (201,155,92). Sum of RGB (Red+Green+Blue) = 201+155+92=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B5C is #3664A3. Grayscale: #A1A1A1. Windows color (decimal): -3564708 or 6069193. OLE color: 6069193.

HSL color Cylindrical-coordinate representation of color #C99B5C: hue angle of 34.68º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99B5C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20115592-
CMYK00.230.540.21
HSL34.68º50.23%57.45%-
HSV(B)34.68º54.23%78.82%-
XYZ37.7436.6315.21-
YUV161.5788.74156.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=44.87%
G=34.60%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011559200.230.540.2134.6850.2357.45
HexC99B5C0173615233239
Octal3112331340276625436271
Binary1100100110011011101110001011111011010101100011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B5C; }

 p { color: rgb(201,155,92); }

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

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

 a { background-color: rgb(201,155,92); }

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

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

 span { border-color: rgb(201,155,92); }

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