Html Css Color HEX #C9995C Twine

📋 copy color: '#C9995C'

red 201 ◦ green 153 ◦ blue 92

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

Shades of Twine #C9995C

Tints of Twine #C9995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.3%

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

R = 45.07%
G = 34.3%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9995C (or 0xC9995C) is known color: Twine. HEX triplet: C9, 99 and 5C. RGB value is (201,153,92). Sum of RGB (Red+Green+Blue) = 201+153+92=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9995C is #3666A3. Grayscale: #A0A0A0. Windows color (decimal): -3565220 or 6068681. OLE color: 6068681.

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

Color convert

RGB 201 153 92 -
CMYK 0 0.24 0.54 0.21
HSL 33.58º 0.5% 0.57% -
HSV(B) 33.58º 0.54% 0.79% -
XYZ 37.41 35.97 15.1 -
YUV 160.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 201 153 92 0 0.24 0.54 0.21 33.58 0.5 0.57
Hex C9 99 5C 0 18 36 15 22 32 39
Octal 311 231 134 0 30 66 25 42 62 71
Binary 11001001 10011001 1011100 0 11000 110110 10101 100010 110010 111001

Color Harmonies of #C9995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9995C

Black with #C9995C

Text Example


Text Example

White with #C9995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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