Html Css Color HEX #C29A55 Twine

📋 copy color: '#C29A55'

red 194 ◦ green 154 ◦ blue 85

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

Shades of Twine #C29A55

Tints of Twine #C29A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 44.8%
G = 35.57%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C29A55 (or 0xC29A55) is known color: Twine. HEX triplet: C2, 9A and 55. RGB value is (194,154,85). Sum of RGB (Red+Green+Blue) = 194+154+85=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A55 is #3D65AA. Grayscale: #9E9E9E. Windows color (decimal): -4023723 or 5610178. OLE color: 5610178.

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

Color convert

RGB 194 154 85 -
CMYK 0 0.21 0.56 0.24
HSL 37.98º 0.47% 0.55% -
HSV(B) 37.98º 0.56% 0.76% -
XYZ 35.44 35.24 13.53 -
YUV 158.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 194 154 85 0 0.21 0.56 0.24 37.98 0.47 0.55
Hex C2 9A 55 0 15 38 18 26 2F 37
Octal 302 232 125 0 25 70 30 46 57 67
Binary 11000010 10011010 1010101 0 10101 111000 11000 100110 101111 110111

Color Harmonies of #C29A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A55

Black with #C29A55

Text Example


Text Example

White with #C29A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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