Html Css Color HEX #C9914E Twine

📋 copy color: '#C9914E'

red 201 ◦ green 145 ◦ blue 78

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

Shades of Twine #C9914E

Tints of Twine #C9914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 78 (30.86% from 255) = 18.4%

R = 47.41%
G = 34.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9914E (or 0xC9914E) is known color: Twine. HEX triplet: C9, 91 and 4E. RGB value is (201,145,78). Sum of RGB (Red+Green+Blue) = 201+145+78=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9914E is #366EB1. Grayscale: #9A9A9A. Windows color (decimal): -3567282 or 5149129. OLE color: 5149129.

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

Color convert

RGB 201 145 78 -
CMYK 0 0.28 0.61 0.21
HSL 32.68º 0.53% 0.55% -
HSV(B) 32.68º 0.61% 0.79% -
XYZ 35.59 33.22 11.74 -
YUV 154.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 201 145 78 0 0.28 0.61 0.21 32.68 0.53 0.55
Hex C9 91 4E 0 1C 3D 15 21 35 37
Octal 311 221 116 0 34 75 25 41 65 67
Binary 11001001 10010001 1001110 0 11100 111101 10101 100001 110101 110111

Color Harmonies of #C9914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9914E

Black with #C9914E

Text Example


Text Example

White with #C9914E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9914E; }

 p { color: rgb(201,145,78); }

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

background-color css

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

 a { background-color: rgb(201,145,78); }

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

border-color css

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

 span { border-color: rgb(201,145,78); }

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