Html Css Color HEX #C29D55 Twine

📋 copy color: '#C29D55'

red 194 ◦ green 157 ◦ blue 85

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

Shades of Twine #C29D55

Tints of Twine #C29D55

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 44.5%
G = 36.01%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C29D55 (or 0xC29D55) is known color: Twine. HEX triplet: C2, 9D and 55. RGB value is (194,157,85). Sum of RGB (Red+Green+Blue) = 194+157+85=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D55 is #3D62AA. Grayscale: #A0A0A0. Windows color (decimal): -4022955 or 5610946. OLE color: 5610946.

HSL color Cylindrical-coordinate representation of color #C29D55: hue angle of 39.63º degrees, saturation: 0.47, 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 #C29D55 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 157 85 -
CMYK 0 0.19 0.56 0.24
HSL 39.63º 0.47% 0.55% -
HSV(B) 39.63º 0.56% 0.76% -
XYZ 35.94 36.24 13.69 -
YUV 159.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 194 157 85 0 0.19 0.56 0.24 39.63 0.47 0.55
Hex C2 9D 55 0 13 38 18 28 2F 37
Octal 302 235 125 0 23 70 30 50 57 67
Binary 11000010 10011101 1010101 0 10011 111000 11000 101000 101111 110111

Color Harmonies of #C29D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D55

Black with #C29D55

Text Example


Text Example

White with #C29D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D55; }

 p { color: rgb(194,157,85); }

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

background-color css

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

 a { background-color: rgb(194,157,85); }

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

border-color css

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

 span { border-color: rgb(194,157,85); }

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