Html Css Color HEX #C7C04A Wattle

📋 copy color: '#C7C04A'

red 199 ◦ green 192 ◦ blue 74

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

Shades of Wattle #C7C04A

Tints of Wattle #C7C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 42.8%
G = 41.29%
B = 15.91%

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

#C7C04A (or 0xC7C04A) is known color: Wattle. HEX triplet: C7, C0 and 4A. RGB value is (199,192,74). Sum of RGB (Red+Green+Blue) = 199+192+74=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C04A is #383FB5. Grayscale: #B5B5B5. Windows color (decimal): -3686326 or 4899015. OLE color: 4899015.

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

Color convert

RGB 199 192 74 -
CMYK 0 0.04 0.63 0.22
HSL 56.64º 0.53% 0.54% -
HSV(B) 56.64º 0.63% 0.78% -
XYZ 43.64 50.34 13.89 -
YUV 180.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 199 192 74 0 0.04 0.63 0.22 56.64 0.53 0.54
Hex C7 C0 4A 0 4 3F 16 39 35 36
Octal 307 300 112 0 4 77 26 71 65 66
Binary 11000111 11000000 1001010 0 100 111111 10110 111001 110101 110110

Color Harmonies of #C7C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C04A

Black with #C7C04A

Text Example


Text Example

White with #C7C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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