Html Css Color HEX #C7C049 Wattle

📋 copy color: '#C7C049'

red 199 ◦ green 192 ◦ blue 73

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

Shades of Wattle #C7C049

Tints of Wattle #C7C049

RGB

 RED value IS 199 (78.13% from 255) = 42.89%

 GREEN value IS 192 (75.39% from 255) = 41.38%

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 42.89%
G = 41.38%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7C049 (or 0xC7C049) is known color: Wattle. HEX triplet: C7, C0 and 49. RGB value is (199,192,73). Sum of RGB (Red+Green+Blue) = 199+192+73=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C049 is #383FB6. Grayscale: #B5B5B5. Windows color (decimal): -3686327 or 4833479. OLE color: 4833479.

HSL color Cylindrical-coordinate representation of color #C7C049: hue angle of 56.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7C049 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 192 73 -
CMYK 0 0.04 0.63 0.22
HSL 56.67º 0.53% 0.53% -
HSV(B) 56.67º 0.63% 0.78% -
XYZ 43.61 50.32 13.72 -
YUV 180.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 199 192 73 0 0.04 0.63 0.22 56.67 0.53 0.53
Hex C7 C0 49 0 4 3F 16 39 35 35
Octal 307 300 111 0 4 77 26 71 65 65
Binary 11000111 11000000 1001001 0 100 111111 10110 111001 110101 110101

Color Harmonies of #C7C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C049

Black with #C7C049

Text Example


Text Example

White with #C7C049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C049; }

 p { color: rgb(199,192,73); }

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

background-color css

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

 a { background-color: rgb(199,192,73); }

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

border-color css

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

 span { border-color: rgb(199,192,73); }

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