Html Css Color HEX #C29B5D Twine

📋 copy color: '#C29B5D'

red 194 ◦ green 155 ◦ blue 93

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

Shades of Twine #C29B5D

Tints of Twine #C29B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.04%

R = 43.89%
G = 35.07%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C29B5D (or 0xC29B5D) is known color: Twine. HEX triplet: C2, 9B and 5D. RGB value is (194,155,93). Sum of RGB (Red+Green+Blue) = 194+155+93=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B5D is #3D64A2. Grayscale: #9F9F9F. Windows color (decimal): -4023459 or 6134722. OLE color: 6134722.

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

Color convert

RGB 194 155 93 -
CMYK 0 0.20 0.52 0.24
HSL 36.83º 0.45% 0.56% -
HSV(B) 36.83º 0.52% 0.76% -
XYZ 35.95 35.7 15.35 -
YUV 159.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 194 155 93 0 0.20 0.52 0.24 36.83 0.45 0.56
Hex C2 9B 5D 0 14 34 18 25 2D 38
Octal 302 233 135 0 24 64 30 45 55 70
Binary 11000010 10011011 1011101 0 10100 110100 11000 100101 101101 111000

Color Harmonies of #C29B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B5D

Black with #C29B5D

Text Example


Text Example

White with #C29B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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