Html Css Color HEX #C99A51 Twine

📋 copy color: '#C99A51'

red 201 ◦ green 154 ◦ blue 81

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

Shades of Twine #C99A51

Tints of Twine #C99A51

RGB

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

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

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

R = 46.1%
G = 35.32%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99A51 (or 0xC99A51) is known color: Twine. HEX triplet: C9, 9A and 51. RGB value is (201,154,81). Sum of RGB (Red+Green+Blue) = 201+154+81=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A51 is #3665AE. Grayscale: #A0A0A0. Windows color (decimal): -3564975 or 5348041. OLE color: 5348041.

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

Color convert

RGB 201 154 81 -
CMYK 0 0.23 0.60 0.21
HSL 36.5º 0.53% 0.55% -
HSV(B) 36.5º 0.6% 0.79% -
XYZ 37.13 36.12 12.8 -
YUV 159.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 201 154 81 0 0.23 0.60 0.21 36.5 0.53 0.55
Hex C9 9A 51 0 17 3C 15 24 35 37
Octal 311 232 121 0 27 74 25 44 65 67
Binary 11001001 10011010 1010001 0 10111 111100 10101 100100 110101 110111

Color Harmonies of #C99A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A51

Black with #C99A51

Text Example


Text Example

White with #C99A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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