Html Css Color HEX #C7C54A Wattle

📋 copy color: '#C7C54A'

red 199 ◦ green 197 ◦ blue 74

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

Shades of Wattle #C7C54A

Tints of Wattle #C7C54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 42.34%
G = 41.91%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7C54A (or 0xC7C54A) is known color: Wattle. HEX triplet: C7, C5 and 4A. RGB value is (199,197,74). Sum of RGB (Red+Green+Blue) = 199+197+74=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C54A is #383AB5. Grayscale: #B8B8B8. Windows color (decimal): -3685046 or 4900295. OLE color: 4900295.

HSL color Cylindrical-coordinate representation of color #C7C54A: hue angle of 59.04º 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 #C7C54A is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 197 74 -
CMYK 0 0.01 0.63 0.22
HSL 59.04º 0.53% 0.54% -
HSV(B) 59.04º 0.63% 0.78% -
XYZ 44.76 52.57 14.27 -
YUV 183.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 199 197 74 0 0.01 0.63 0.22 59.04 0.53 0.54
Hex C7 C5 4A 0 1 3F 16 3B 35 36
Octal 307 305 112 0 1 77 26 73 65 66
Binary 11000111 11000101 1001010 0 1 111111 10110 111011 110101 110110

Color Harmonies of #C7C54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C54A

Black with #C7C54A

Text Example


Text Example

White with #C7C54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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