Html Css Color HEX #C9955F Twine

📋 copy color: '#C9955F'

red 201 ◦ green 149 ◦ blue 95

#C9955F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C9955F

Tints of Twine #C9955F

RGB

 RED value IS 201 (78.91% from 255) = 45.17%

 GREEN value IS 149 (58.59% from 255) = 33.48%

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 45.17%
G = 33.48%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9955F (or 0xC9955F) is known color: Twine. HEX triplet: C9, 95 and 5F. RGB value is (201,149,95). Sum of RGB (Red+Green+Blue) = 201+149+95=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9955F is #366AA0. Grayscale: #9E9E9E. Windows color (decimal): -3566241 or 6264265. OLE color: 6264265.

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

Color convert

RGB 201 149 95 -
CMYK 0 0.26 0.53 0.21
HSL 30.57º 0.5% 0.58% -
HSV(B) 30.57º 0.53% 0.79% -
XYZ 36.9 34.74 15.59 -
YUV 158.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 201 149 95 0 0.26 0.53 0.21 30.57 0.5 0.58
Hex C9 95 5F 0 1A 35 15 1F 32 3A
Octal 311 225 137 0 32 65 25 37 62 72
Binary 11001001 10010101 1011111 0 11010 110101 10101 11111 110010 111010

Color Harmonies of #C9955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9955F

Black with #C9955F

Text Example


Text Example

White with #C9955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9955F; }

 p { color: rgb(201,149,95); }

 H1.HeaderClassName
 {
   color: #C9955F;
 }
 .AnyTagClassName
 {
   color: #C9955F;
 }
</style>

background-color css

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

 a { background-color: rgb(201,149,95); }

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

border-color css

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

 span { border-color: rgb(201,149,95); }

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