Html Css Color HEX #C3995D Twine

📋 copy color: '#C3995D'

red 195 ◦ green 153 ◦ blue 93

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

Shades of Twine #C3995D

Tints of Twine #C3995D

RGB

 RED value IS 195 (76.56% from 255) = 44.22%

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

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 44.22%
G = 34.69%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3995D (or 0xC3995D) is known color: Twine. HEX triplet: C3, 99 and 5D. RGB value is (195,153,93). Sum of RGB (Red+Green+Blue) = 195+153+93=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3995D is #3C66A2. Grayscale: #9E9E9E. Windows color (decimal): -3958435 or 6134211. OLE color: 6134211.

HSL color Cylindrical-coordinate representation of color #C3995D: hue angle of 35.29º degrees, saturation: 0.46, 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 #C3995D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 153 93 -
CMYK 0 0.22 0.52 0.24
HSL 35.29º 0.46% 0.56% -
HSV(B) 35.29º 0.52% 0.76% -
XYZ 35.87 35.17 15.25 -
YUV 158.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 195 153 93 0 0.22 0.52 0.24 35.29 0.46 0.56
Hex C3 99 5D 0 16 34 18 23 2E 38
Octal 303 231 135 0 26 64 30 43 56 70
Binary 11000011 10011001 1011101 0 10110 110100 11000 100011 101110 111000

Color Harmonies of #C3995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3995D

Black with #C3995D

Text Example


Text Example

White with #C3995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3995D; }

 p { color: rgb(195,153,93); }

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

background-color css

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

 a { background-color: rgb(195,153,93); }

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

border-color css

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

 span { border-color: rgb(195,153,93); }

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