Html Css Color HEX #C29052 Twine

📋 copy color: '#C29052'

red 194 ◦ green 144 ◦ blue 82

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

Shades of Twine #C29052

Tints of Twine #C29052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 46.19%
G = 34.29%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C29052 (or 0xC29052) is known color: Twine. HEX triplet: C2, 90 and 52. RGB value is (194,144,82). Sum of RGB (Red+Green+Blue) = 194+144+82=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C29052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29052 is #3D6FAD. Grayscale: #989898. Windows color (decimal): -4026286 or 5411010. OLE color: 5411010.

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

Color convert

RGB 194 144 82 -
CMYK 0 0.26 0.58 0.24
HSL 33.21º 0.48% 0.54% -
HSV(B) 33.21º 0.58% 0.76% -
XYZ 33.74 32.03 12.39 -
YUV 151.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 194 144 82 0 0.26 0.58 0.24 33.21 0.48 0.54
Hex C2 90 52 0 1A 3A 18 21 30 36
Octal 302 220 122 0 32 72 30 41 60 66
Binary 11000010 10010000 1010010 0 11010 111010 11000 100001 110000 110110

Color Harmonies of #C29052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29052

Black with #C29052

Text Example


Text Example

White with #C29052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29052; }

 p { color: rgb(194,144,82); }

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

background-color css

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

 a { background-color: rgb(194,144,82); }

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

border-color css

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

 span { border-color: rgb(194,144,82); }

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