Html Css Color HEX #C29A5D Twine

📋 copy color: '#C29A5D'

red 194 ◦ green 154 ◦ blue 93

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

Shades of Twine #C29A5D

Tints of Twine #C29A5D

RGB

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

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

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

R = 43.99%
G = 34.92%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C29A5D (or 0xC29A5D) is known color: Twine. HEX triplet: C2, 9A and 5D. RGB value is (194,154,93). Sum of RGB (Red+Green+Blue) = 194+154+93=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A5D is #3D65A2. Grayscale: #9F9F9F. Windows color (decimal): -4023715 or 6134466. OLE color: 6134466.

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

Color convert

RGB 194 154 93 -
CMYK 0 0.21 0.52 0.24
HSL 36.24º 0.45% 0.56% -
HSV(B) 36.24º 0.52% 0.76% -
XYZ 35.78 35.37 15.3 -
YUV 159.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 194 154 93 0 0.21 0.52 0.24 36.24 0.45 0.56
Hex C2 9A 5D 0 15 34 18 24 2D 38
Octal 302 232 135 0 25 64 30 44 55 70
Binary 11000010 10011010 1011101 0 10101 110100 11000 100100 101101 111000

Color Harmonies of #C29A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A5D

Black with #C29A5D

Text Example


Text Example

White with #C29A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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