Html Css Color HEX #C7C649 Wattle

📋 copy color: '#C7C649'

red 199 ◦ green 198 ◦ blue 73

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

Shades of Wattle #C7C649

Tints of Wattle #C7C649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

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

R = 42.34%
G = 42.13%
B = 15.53%

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

#C7C649 (or 0xC7C649) is known color: Wattle. HEX triplet: C7, C6 and 49. RGB value is (199,198,73). Sum of RGB (Red+Green+Blue) = 199+198+73=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C649 is #3839B6. Grayscale: #B8B8B8. Windows color (decimal): -3684791 or 4835015. OLE color: 4835015.

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

Color convert

RGB 199 198 73 -
CMYK 0 0.01 0.63 0.22
HSL 59.52º 0.53% 0.53% -
HSV(B) 59.52º 0.63% 0.78% -
XYZ 44.95 53.01 14.17 -
YUV 184.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 199 198 73 0 0.01 0.63 0.22 59.52 0.53 0.53
Hex C7 C6 49 0 1 3F 16 3C 35 35
Octal 307 306 111 0 1 77 26 74 65 65
Binary 11000111 11000110 1001001 0 1 111111 10110 111100 110101 110101

Color Harmonies of #C7C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C649

Black with #C7C649

Text Example


Text Example

White with #C7C649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C649; }

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

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

background-color css

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

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

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

border-color css

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

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

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