Html Css Color HEX #C1995A Twine

📋 copy color: '#C1995A'

red 193 ◦ green 153 ◦ blue 90

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

Shades of Twine #C1995A

Tints of Twine #C1995A

RGB

 RED value IS 193 (75.78% from 255) = 44.27%

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 44.27%
G = 35.09%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1995A (or 0xC1995A) is known color: Twine. HEX triplet: C1, 99 and 5A. RGB value is (193,153,90). Sum of RGB (Red+Green+Blue) = 193+153+90=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995A is #3E66A5. Grayscale: #9E9E9E. Windows color (decimal): -4089510 or 5937601. OLE color: 5937601.

HSL color Cylindrical-coordinate representation of color #C1995A: hue angle of 36.7º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1995A is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 90 -
CMYK 0 0.21 0.53 0.24
HSL 36.7º 0.45% 0.55% -
HSV(B) 36.7º 0.53% 0.76% -
XYZ 35.23 34.86 14.54 -
YUV 157.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 193 153 90 0 0.21 0.53 0.24 36.7 0.45 0.55
Hex C1 99 5A 0 15 35 18 25 2D 37
Octal 301 231 132 0 25 65 30 45 55 67
Binary 11000001 10011001 1011010 0 10101 110101 11000 100101 101101 110111

Color Harmonies of #C1995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1995A

Black with #C1995A

Text Example


Text Example

White with #C1995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1995A; }

 p { color: rgb(193,153,90); }

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

background-color css

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

 a { background-color: rgb(193,153,90); }

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

border-color css

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

 span { border-color: rgb(193,153,90); }

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