Html Css Color HEX #C29A4B Tussock

📋 copy color: '#C29A4B'

red 194 ◦ green 154 ◦ blue 75

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

Shades of Tussock #C29A4B

Tints of Tussock #C29A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 45.86%
G = 36.41%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C29A4B (or 0xC29A4B) is known color: Tussock. HEX triplet: C2, 9A and 4B. RGB value is (194,154,75). Sum of RGB (Red+Green+Blue) = 194+154+75=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A4B is #3D65B4. Grayscale: #9D9D9D. Windows color (decimal): -4023733 or 4954818. OLE color: 4954818.

HSL color Cylindrical-coordinate representation of color #C29A4B: hue angle of 39.83º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C29A4B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 154 75 -
CMYK 0 0.21 0.61 0.24
HSL 39.83º 0.49% 0.53% -
HSV(B) 39.83º 0.61% 0.76% -
XYZ 35.07 35.09 11.58 -
YUV 156.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 194 154 75 0 0.21 0.61 0.24 39.83 0.49 0.53
Hex C2 9A 4B 0 15 3D 18 28 31 35
Octal 302 232 113 0 25 75 30 50 61 65
Binary 11000010 10011010 1001011 0 10101 111101 11000 101000 110001 110101

Color Harmonies of #C29A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A4B

Black with #C29A4B

Text Example


Text Example

White with #C29A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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