Html Css Color HEX #C99A5C Twine

📋 copy color: '#C99A5C'

red 201 ◦ green 154 ◦ blue 92

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

Shades of Twine #C99A5C

Tints of Twine #C99A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 44.97%
G = 34.45%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C99A5C (or 0xC99A5C) is known color: Twine. HEX triplet: C9, 9A and 5C. RGB value is (201,154,92). Sum of RGB (Red+Green+Blue) = 201+154+92=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99A5C is #3665A3. Grayscale: #A1A1A1. Windows color (decimal): -3564964 or 6068937. OLE color: 6068937.

HSL color Cylindrical-coordinate representation of color #C99A5C: hue angle of 34.13º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99A5C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 92 -
CMYK 0 0.23 0.54 0.21
HSL 34.13º 0.5% 0.57% -
HSV(B) 34.13º 0.54% 0.79% -
XYZ 37.57 36.3 15.15 -
YUV 160.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 201 154 92 0 0.23 0.54 0.21 34.13 0.5 0.57
Hex C9 9A 5C 0 17 36 15 22 32 39
Octal 311 232 134 0 27 66 25 42 62 71
Binary 11001001 10011010 1011100 0 10111 110110 10101 100010 110010 111001

Color Harmonies of #C99A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A5C

Black with #C99A5C

Text Example


Text Example

White with #C99A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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