Html Css Color HEX #C3955D Twine

📋 copy color: '#C3955D'

red 195 ◦ green 149 ◦ blue 93

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

Shades of Twine #C3955D

Tints of Twine #C3955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 44.62%
G = 34.1%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3955D (or 0xC3955D) is known color: Twine. HEX triplet: C3, 95 and 5D. RGB value is (195,149,93). Sum of RGB (Red+Green+Blue) = 195+149+93=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955D is #3C6AA2. Grayscale: #9C9C9C. Windows color (decimal): -3959459 or 6133187. OLE color: 6133187.

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

Color convert

RGB 195 149 93 -
CMYK 0 0.24 0.52 0.24
HSL 32.94º 0.46% 0.56% -
HSV(B) 32.94º 0.52% 0.76% -
XYZ 35.23 33.89 15.04 -
YUV 156.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 195 149 93 0 0.24 0.52 0.24 32.94 0.46 0.56
Hex C3 95 5D 0 18 34 18 21 2E 38
Octal 303 225 135 0 30 64 30 41 56 70
Binary 11000011 10010101 1011101 0 11000 110100 11000 100001 101110 111000

Color Harmonies of #C3955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3955D

Black with #C3955D

Text Example


Text Example

White with #C3955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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