Html Css Color HEX #C99451 Twine

📋 copy color: '#C99451'

red 201 ◦ green 148 ◦ blue 81

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

Shades of Twine #C99451

Tints of Twine #C99451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.84%

R = 46.74%
G = 34.42%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99451 (or 0xC99451) is known color: Twine. HEX triplet: C9, 94 and 51. RGB value is (201,148,81). Sum of RGB (Red+Green+Blue) = 201+148+81=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99451 is #366BAE. Grayscale: #9C9C9C. Windows color (decimal): -3566511 or 5346505. OLE color: 5346505.

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

Color convert

RGB 201 148 81 -
CMYK 0 0.26 0.60 0.21
HSL 33.5º 0.53% 0.55% -
HSV(B) 33.5º 0.6% 0.79% -
XYZ 36.16 34.19 12.48 -
YUV 156.21 85.56 159.95 -
System Red Green Blue C M Y K H S L
Decimal 201 148 81 0 0.26 0.60 0.21 33.5 0.53 0.55
Hex C9 94 51 0 1A 3C 15 22 35 37
Octal 311 224 121 0 32 74 25 42 65 67
Binary 11001001 10010100 1010001 0 11010 111100 10101 100010 110101 110111

Color Harmonies of #C99451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99451

Black with #C99451

Text Example


Text Example

White with #C99451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99451; }

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

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

background-color css

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

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

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

border-color css

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

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

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