Html Css Color HEX #C99454 Twine

📋 copy color: '#C99454'

red 201 ◦ green 148 ◦ blue 84

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

Shades of Twine #C99454

Tints of Twine #C99454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.4%

R = 46.42%
G = 34.18%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C99454 (or 0xC99454) is known color: Twine. HEX triplet: C9, 94 and 54. RGB value is (201,148,84). Sum of RGB (Red+Green+Blue) = 201+148+84=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99454 is #366BAB. Grayscale: #9C9C9C. Windows color (decimal): -3566508 or 5543113. OLE color: 5543113.

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

Color convert

RGB 201 148 84 -
CMYK 0 0.26 0.58 0.21
HSL 32.82º 0.52% 0.56% -
HSV(B) 32.82º 0.58% 0.79% -
XYZ 36.28 34.24 13.08 -
YUV 156.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 201 148 84 0 0.26 0.58 0.21 32.82 0.52 0.56
Hex C9 94 54 0 1A 3A 15 21 34 38
Octal 311 224 124 0 32 72 25 41 64 70
Binary 11001001 10010100 1010100 0 11010 111010 10101 100001 110100 111000

Color Harmonies of #C99454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99454

Black with #C99454

Text Example


Text Example

White with #C99454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99454; }

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

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

background-color css

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

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

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

border-color css

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

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

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