Html Css Color HEX #C9985B Twine

📋 copy color: '#C9985B'

red 201 ◦ green 152 ◦ blue 91

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

Shades of Twine #C9985B

Tints of Twine #C9985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.23%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 45.27%
G = 34.23%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9985B (or 0xC9985B) is known color: Twine. HEX triplet: C9, 98 and 5B. RGB value is (201,152,91). Sum of RGB (Red+Green+Blue) = 201+152+91=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9985B is #3667A4. Grayscale: #9F9F9F. Windows color (decimal): -3565477 or 6002889. OLE color: 6002889.

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

Color convert

RGB 201 152 91 -
CMYK 0 0.24 0.55 0.21
HSL 33.27º 0.5% 0.57% -
HSV(B) 33.27º 0.55% 0.79% -
XYZ 37.2 35.63 14.81 -
YUV 159.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 201 152 91 0 0.24 0.55 0.21 33.27 0.5 0.57
Hex C9 98 5B 0 18 37 15 21 32 39
Octal 311 230 133 0 30 67 25 41 62 71
Binary 11001001 10011000 1011011 0 11000 110111 10101 100001 110010 111001

Color Harmonies of #C9985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9985B

Black with #C9985B

Text Example


Text Example

White with #C9985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9985B; }

 p { color: rgb(201,152,91); }

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

background-color css

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

 a { background-color: rgb(201,152,91); }

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

border-color css

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

 span { border-color: rgb(201,152,91); }

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