Html Css Color HEX #C3955B Twine

📋 copy color: '#C3955B'

red 195 ◦ green 149 ◦ blue 91

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

Shades of Twine #C3955B

Tints of Twine #C3955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 44.83%
G = 34.25%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3955B (or 0xC3955B) is known color: Twine. HEX triplet: C3, 95 and 5B. RGB value is (195,149,91). Sum of RGB (Red+Green+Blue) = 195+149+91=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3955B is #3C6AA4. Grayscale: #9C9C9C. Windows color (decimal): -3959461 or 6002115. OLE color: 6002115.

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

Color convert

RGB 195 149 91 -
CMYK 0 0.24 0.53 0.24
HSL 33.46º 0.46% 0.56% -
HSV(B) 33.46º 0.53% 0.76% -
XYZ 35.14 33.85 14.58 -
YUV 156.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 195 149 91 0 0.24 0.53 0.24 33.46 0.46 0.56
Hex C3 95 5B 0 18 35 18 21 2E 38
Octal 303 225 133 0 30 65 30 41 56 70
Binary 11000011 10010101 1011011 0 11000 110101 11000 100001 101110 111000

Color Harmonies of #C3955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3955B

Black with #C3955B

Text Example


Text Example

White with #C3955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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