Html Css Color HEX #C99D53 Twine

📋 copy color: '#C99D53'

red 201 ◦ green 157 ◦ blue 83

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

Shades of Twine #C99D53

Tints of Twine #C99D53

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 83 (32.81% from 255) = 18.82%

R = 45.58%
G = 35.6%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99D53 (or 0xC99D53) is known color: Twine. HEX triplet: C9, 9D and 53. RGB value is (201,157,83). Sum of RGB (Red+Green+Blue) = 201+157+83=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D53 is #3662AC. Grayscale: #A2A2A2. Windows color (decimal): -3564205 or 5479881. OLE color: 5479881.

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

Color convert

RGB 201 157 83 -
CMYK 0 0.22 0.59 0.21
HSL 37.63º 0.52% 0.56% -
HSV(B) 37.63º 0.59% 0.79% -
XYZ 37.71 37.16 13.37 -
YUV 161.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 201 157 83 0 0.22 0.59 0.21 37.63 0.52 0.56
Hex C9 9D 53 0 16 3B 15 26 34 38
Octal 311 235 123 0 26 73 25 46 64 70
Binary 11001001 10011101 1010011 0 10110 111011 10101 100110 110100 111000

Color Harmonies of #C99D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D53

Black with #C99D53

Text Example


Text Example

White with #C99D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D53; }

 p { color: rgb(201,157,83); }

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

background-color css

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

 a { background-color: rgb(201,157,83); }

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

border-color css

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

 span { border-color: rgb(201,157,83); }

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