Html Css Color HEX #C29455 Twine

📋 copy color: '#C29455'

red 194 ◦ green 148 ◦ blue 85

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

Shades of Twine #C29455

Tints of Twine #C29455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 45.43%
G = 34.66%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C29455 (or 0xC29455) is known color: Twine. HEX triplet: C2, 94 and 55. RGB value is (194,148,85). Sum of RGB (Red+Green+Blue) = 194+148+85=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29455 is #3D6BAA. Grayscale: #9A9A9A. Windows color (decimal): -4025259 or 5608642. OLE color: 5608642.

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

Color convert

RGB 194 148 85 -
CMYK 0 0.24 0.56 0.24
HSL 34.68º 0.47% 0.55% -
HSV(B) 34.68º 0.56% 0.76% -
XYZ 34.48 33.31 13.21 -
YUV 154.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 194 148 85 0 0.24 0.56 0.24 34.68 0.47 0.55
Hex C2 94 55 0 18 38 18 23 2F 37
Octal 302 224 125 0 30 70 30 43 57 67
Binary 11000010 10010100 1010101 0 11000 111000 11000 100011 101111 110111

Color Harmonies of #C29455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29455

Black with #C29455

Text Example


Text Example

White with #C29455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29455; }

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

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

background-color css

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

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

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

border-color css

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

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

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