Html Css Color HEX #C29B5B Twine

📋 copy color: '#C29B5B'

red 194 ◦ green 155 ◦ blue 91

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

Shades of Twine #C29B5B

Tints of Twine #C29B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

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

R = 44.09%
G = 35.23%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C29B5B (or 0xC29B5B) is known color: Twine. HEX triplet: C2, 9B and 5B. RGB value is (194,155,91). Sum of RGB (Red+Green+Blue) = 194+155+91=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B5B is #3D64A4. Grayscale: #9F9F9F. Windows color (decimal): -4023461 or 6003650. OLE color: 6003650.

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

Color convert

RGB 194 155 91 -
CMYK 0 0.20 0.53 0.24
HSL 37.28º 0.46% 0.56% -
HSV(B) 37.28º 0.53% 0.76% -
XYZ 35.86 35.67 14.89 -
YUV 159.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 194 155 91 0 0.20 0.53 0.24 37.28 0.46 0.56
Hex C2 9B 5B 0 14 35 18 25 2E 38
Octal 302 233 133 0 24 65 30 45 56 70
Binary 11000010 10011011 1011011 0 10100 110101 11000 100101 101110 111000

Color Harmonies of #C29B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B5B

Black with #C29B5B

Text Example


Text Example

White with #C29B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B5B; }

 p { color: rgb(194,155,91); }

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

background-color css

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

 a { background-color: rgb(194,155,91); }

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

border-color css

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

 span { border-color: rgb(194,155,91); }

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