Html Css Color HEX #C1995F Twine

📋 copy color: '#C1995F'

red 193 ◦ green 153 ◦ blue 95

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

Shades of Twine #C1995F

Tints of Twine #C1995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 43.76%
G = 34.69%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1995F (or 0xC1995F) is known color: Twine. HEX triplet: C1, 99 and 5F. RGB value is (193,153,95). Sum of RGB (Red+Green+Blue) = 193+153+95=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995F is #3E66A0. Grayscale: #9E9E9E. Windows color (decimal): -4089505 or 6265281. OLE color: 6265281.

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

Color convert

RGB 193 153 95 -
CMYK 0 0.21 0.51 0.24
HSL 35.51º 0.44% 0.56% -
HSV(B) 35.51º 0.51% 0.76% -
XYZ 35.45 34.95 15.7 -
YUV 158.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 193 153 95 0 0.21 0.51 0.24 35.51 0.44 0.56
Hex C1 99 5F 0 15 33 18 24 2C 38
Octal 301 231 137 0 25 63 30 44 54 70
Binary 11000001 10011001 1011111 0 10101 110011 11000 100100 101100 111000

Color Harmonies of #C1995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1995F

Black with #C1995F

Text Example


Text Example

White with #C1995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1995F; }

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

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

background-color css

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

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

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

border-color css

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

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

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