Html Css Color HEX #C7C449 Wattle

📋 copy color: '#C7C449'

red 199 ◦ green 196 ◦ blue 73

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

Shades of Wattle #C7C449

Tints of Wattle #C7C449

RGB

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

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

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

R = 42.52%
G = 41.88%
B = 15.6%

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

#C7C449 (or 0xC7C449) is known color: Wattle. HEX triplet: C7, C4 and 49. RGB value is (199,196,73). Sum of RGB (Red+Green+Blue) = 199+196+73=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C449 is #383BB6. Grayscale: #B7B7B7. Windows color (decimal): -3685303 or 4834503. OLE color: 4834503.

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

Color convert

RGB 199 196 73 -
CMYK 0 0.02 0.63 0.22
HSL 58.57º 0.53% 0.53% -
HSV(B) 58.57º 0.63% 0.78% -
XYZ 44.5 52.1 14.02 -
YUV 182.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 199 196 73 0 0.02 0.63 0.22 58.57 0.53 0.53
Hex C7 C4 49 0 2 3F 16 3B 35 35
Octal 307 304 111 0 2 77 26 73 65 65
Binary 11000111 11000100 1001001 0 10 111111 10110 111011 110101 110101

Color Harmonies of #C7C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C449

Black with #C7C449

Text Example


Text Example

White with #C7C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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