Html Css Color HEX #C29945 Tussock

📋 copy color: '#C29945'

red 194 ◦ green 153 ◦ blue 69

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

Shades of Tussock #C29945

Tints of Tussock #C29945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 46.63%
G = 36.78%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C29945 (or 0xC29945) is known color: Tussock. HEX triplet: C2, 99 and 45. RGB value is (194,153,69). Sum of RGB (Red+Green+Blue) = 194+153+69=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C29945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29945 is #3D66BA. Grayscale: #9C9C9C. Windows color (decimal): -4023995 or 4561346. OLE color: 4561346.

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

Color convert

RGB 194 153 69 -
CMYK 0 0.21 0.64 0.24
HSL 40.32º 0.51% 0.52% -
HSV(B) 40.32º 0.64% 0.76% -
XYZ 34.71 34.68 10.49 -
YUV 155.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 194 153 69 0 0.21 0.64 0.24 40.32 0.51 0.52
Hex C2 99 45 0 15 40 18 28 33 34
Octal 302 231 105 0 25 100 30 50 63 64
Binary 11000010 10011001 1000101 0 10101 1000000 11000 101000 110011 110100

Color Harmonies of #C29945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29945

Black with #C29945

Text Example


Text Example

White with #C29945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29945; }

 p { color: rgb(194,153,69); }

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

background-color css

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

 a { background-color: rgb(194,153,69); }

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

border-color css

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

 span { border-color: rgb(194,153,69); }

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