Html Css Color HEX #C9945E Twine

📋 copy color: '#C9945E'

red 201 ◦ green 148 ◦ blue 94

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

Shades of Twine #C9945E

Tints of Twine #C9945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

 BLUE value IS 94 (37.11% from 255) = 21.22%

R = 45.37%
G = 33.41%
B = 21.22%

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

#C9945E (or 0xC9945E) is known color: Twine. HEX triplet: C9, 94 and 5E. RGB value is (201,148,94). Sum of RGB (Red+Green+Blue) = 201+148+94=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9945E is #366BA1. Grayscale: #9D9D9D. Windows color (decimal): -3566498 or 6198473. OLE color: 6198473.

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

Color convert

RGB 201 148 94 -
CMYK 0 0.26 0.53 0.21
HSL 30.28º 0.5% 0.58% -
HSV(B) 30.28º 0.53% 0.79% -
XYZ 36.7 34.41 15.3 -
YUV 157.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 201 148 94 0 0.26 0.53 0.21 30.28 0.5 0.58
Hex C9 94 5E 0 1A 35 15 1E 32 3A
Octal 311 224 136 0 32 65 25 36 62 72
Binary 11001001 10010100 1011110 0 11010 110101 10101 11110 110010 111010

Color Harmonies of #C9945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9945E

Black with #C9945E

Text Example


Text Example

White with #C9945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9945E; }

 p { color: rgb(201,148,94); }

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

background-color css

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

 a { background-color: rgb(201,148,94); }

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

border-color css

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

 span { border-color: rgb(201,148,94); }

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