Html Css Color HEX #C7CD49 Wattle

📋 copy color: '#C7CD49'

red 199 ◦ green 205 ◦ blue 73

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

Shades of Wattle #C7CD49

Tints of Wattle #C7CD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

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

R = 41.72%
G = 42.98%
B = 15.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#C7CD49 (or 0xC7CD49) is known color: Wattle. HEX triplet: C7, CD and 49. RGB value is (199,205,73). Sum of RGB (Red+Green+Blue) = 199+205+73=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CD49 is #3832B6. Grayscale: #BCBCBC. Windows color (decimal): -3682999 or 4836807. OLE color: 4836807.

HSL color Cylindrical-coordinate representation of color #C7CD49: hue angle of 62.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7CD49 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 205 73 -
CMYK 0.03 0 0.64 0.20
HSL 62.73º 0.57% 0.55% -
HSV(B) 62.73º 0.64% 0.8% -
XYZ 46.59 56.29 14.71 -
YUV 188.16 63.01 135.73 -
System Red Green Blue C M Y K H S L
Decimal 199 205 73 0.03 0 0.64 0.20 62.73 0.57 0.55
Hex C7 CD 49 3 0 40 14 3F 39 37
Octal 307 315 111 3 0 100 24 77 71 67
Binary 11000111 11001101 1001001 11 0 1000000 10100 111111 111001 110111

Color Harmonies of #C7CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CD49

Black with #C7CD49

Text Example


Text Example

White with #C7CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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