Html Css Color HEX #C39955 Twine

📋 copy color: '#C39955'

red 195 ◦ green 153 ◦ blue 85

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

Shades of Twine #C39955

Tints of Twine #C39955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 45.03%
G = 35.33%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C39955 (or 0xC39955) is known color: Twine. HEX triplet: C3, 99 and 55. RGB value is (195,153,85). Sum of RGB (Red+Green+Blue) = 195+153+85=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C39955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39955 is #3C66AA. Grayscale: #9E9E9E. Windows color (decimal): -3958443 or 5609923. OLE color: 5609923.

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

Color convert

RGB 195 153 85 -
CMYK 0 0.22 0.56 0.24
HSL 37.09º 0.48% 0.55% -
HSV(B) 37.09º 0.56% 0.76% -
XYZ 35.54 35.04 13.48 -
YUV 157.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 195 153 85 0 0.22 0.56 0.24 37.09 0.48 0.55
Hex C3 99 55 0 16 38 18 25 30 37
Octal 303 231 125 0 26 70 30 45 60 67
Binary 11000011 10011001 1010101 0 10110 111000 11000 100101 110000 110111

Color Harmonies of #C39955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39955

Black with #C39955

Text Example


Text Example

White with #C39955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39955; }

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

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

background-color css

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

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

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

border-color css

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

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

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