Html Css Color HEX #C7C44A Wattle

📋 copy color: '#C7C44A'

red 199 ◦ green 196 ◦ blue 74

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

Shades of Wattle #C7C44A

Tints of Wattle #C7C44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.79%

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

R = 42.43%
G = 41.79%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7C44A (or 0xC7C44A) is known color: Wattle. HEX triplet: C7, C4 and 4A. RGB value is (199,196,74). Sum of RGB (Red+Green+Blue) = 199+196+74=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C44A is #383BB5. Grayscale: #B7B7B7. Windows color (decimal): -3685302 or 4900039. OLE color: 4900039.

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

Color convert

RGB 199 196 74 -
CMYK 0 0.02 0.63 0.22
HSL 58.56º 0.53% 0.54% -
HSV(B) 58.56º 0.63% 0.78% -
XYZ 44.53 52.12 14.19 -
YUV 182.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 199 196 74 0 0.02 0.63 0.22 58.56 0.53 0.54
Hex C7 C4 4A 0 2 3F 16 3B 35 36
Octal 307 304 112 0 2 77 26 73 65 66
Binary 11000111 11000100 1001010 0 10 111111 10110 111011 110101 110110

Color Harmonies of #C7C44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C44A

Black with #C7C44A

Text Example


Text Example

White with #C7C44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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