Html Css Color HEX #C7CA47 Wattle

📋 copy color: '#C7CA47'

red 199 ◦ green 202 ◦ blue 71

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

Shades of Wattle #C7CA47

Tints of Wattle #C7CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 71 (28.13% from 255) = 15.04%

R = 42.16%
G = 42.8%
B = 15.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C7CA47 (or 0xC7CA47) is known color: Wattle. HEX triplet: C7, CA and 47. RGB value is (199,202,71). Sum of RGB (Red+Green+Blue) = 199+202+71=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA47 is #3835B8. Grayscale: #BABABA. Windows color (decimal): -3683769 or 4704967. OLE color: 4704967.

HSL color Cylindrical-coordinate representation of color #C7CA47: hue angle of 61.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7CA47 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 202 71 -
CMYK 0.01 0 0.65 0.21
HSL 61.37º 0.55% 0.54% -
HSV(B) 61.37º 0.65% 0.79% -
XYZ 45.81 54.84 14.13 -
YUV 186.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 199 202 71 0.01 0 0.65 0.21 61.37 0.55 0.54
Hex C7 CA 47 1 0 41 15 3D 37 36
Octal 307 312 107 1 0 101 25 75 67 66
Binary 11000111 11001010 1000111 1 0 1000001 10101 111101 110111 110110

Color Harmonies of #C7CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA47

Black with #C7CA47

Text Example


Text Example

White with #C7CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA47; }

 p { color: rgb(199,202,71); }

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

background-color css

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

 a { background-color: rgb(199,202,71); }

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

border-color css

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

 span { border-color: rgb(199,202,71); }

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