#C99D5C

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

Shades of Twine #C99D5C

Tints of Twine #C99D5C

Color information

#C99D5C (or 0xC99D5C) is unknown color: approx Twine. HEX triplet: C9, 9D and 5C. RGB value is (201,157,92). Sum of RGB (Red+Green+Blue) = 201+157+92=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5C is #3662A3. Grayscale: #A3A3A3. Windows color (decimal): -3564196 or 6069705. OLE color: 6069705.

HSL color Cylindrical-coordinate representation of color #C99D5C: hue angle of 35.78º 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 #C99D5C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB20115792-
CMYK00.220.540.21
HSL35.78º50.23%57.45%-
HSV(B)35.78º54.23%78.82%-
XYZ38.0837.315.32-
YUV162.7588.08155.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.67%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=44.67%
G=34.89%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011579200.220.540.2135.7850.2357.45
HexC99D5C0163615243239
Octal3112351340266625446271
Binary1100100110011101101110001011011011010101100100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D5C; }

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

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

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

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

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

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

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

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