Html Css Color HEX #C99A54 Twine

📋 copy color: '#C99A54'

red 201 ◦ green 154 ◦ blue 84

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

Shades of Twine #C99A54

Tints of Twine #C99A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

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

R = 45.79%
G = 35.08%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C99A54 (or 0xC99A54) is known color: Twine. HEX triplet: C9, 9A and 54. RGB value is (201,154,84). Sum of RGB (Red+Green+Blue) = 201+154+84=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A54 is #3665AB. Grayscale: #A0A0A0. Windows color (decimal): -3564972 or 5544649. OLE color: 5544649.

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

Color convert

RGB 201 154 84 -
CMYK 0 0.23 0.58 0.21
HSL 35.9º 0.52% 0.56% -
HSV(B) 35.9º 0.58% 0.79% -
XYZ 37.24 36.17 13.41 -
YUV 160.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 201 154 84 0 0.23 0.58 0.21 35.9 0.52 0.56
Hex C9 9A 54 0 17 3A 15 24 34 38
Octal 311 232 124 0 27 72 25 44 64 70
Binary 11001001 10011010 1010100 0 10111 111010 10101 100100 110100 111000

Color Harmonies of #C99A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A54

Black with #C99A54

Text Example


Text Example

White with #C99A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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