Html Css Color HEX #C1995C Twine

📋 copy color: '#C1995C'

red 193 ◦ green 153 ◦ blue 92

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

Shades of Twine #C1995C

Tints of Twine #C1995C

RGB

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

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

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

R = 44.06%
G = 34.93%
B = 21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1995C (or 0xC1995C) is known color: Twine. HEX triplet: C1, 99 and 5C. RGB value is (193,153,92). Sum of RGB (Red+Green+Blue) = 193+153+92=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995C is #3E66A3. Grayscale: #9E9E9E. Windows color (decimal): -4089508 or 6068673. OLE color: 6068673.

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

Color convert

RGB 193 153 92 -
CMYK 0 0.21 0.52 0.24
HSL 36.24º 0.45% 0.56% -
HSV(B) 36.24º 0.52% 0.76% -
XYZ 35.32 34.89 15 -
YUV 158.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 193 153 92 0 0.21 0.52 0.24 36.24 0.45 0.56
Hex C1 99 5C 0 15 34 18 24 2D 38
Octal 301 231 134 0 25 64 30 44 55 70
Binary 11000001 10011001 1011100 0 10101 110100 11000 100100 101101 111000

Color Harmonies of #C1995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1995C

Black with #C1995C

Text Example


Text Example

White with #C1995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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