#C7CA42

Color #C7CA42 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #C7CA42

Tints of Wattle #C7CA42

Color information

#C7CA42 (or 0xC7CA42) is unknown color: approx Wattle. HEX triplet: C7, CA and 42. RGB value is (199,202,66). Sum of RGB (Red+Green+Blue) = 199+202+66=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA42 is #3835BD. Grayscale: #BABABA. Windows color (decimal): -3683774 or 4377287. OLE color: 4377287.

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

Color convert

RGB19920266-
CMYK0.0100.670.21
HSL61.32º56.2%52.55%-
HSV(B)61.32º67.33%79.22%-
XYZ45.6654.7813.32-
YUV185.660.51137.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=42.61%
G=43.25%
B=14.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199202660.0100.670.2161.3256.252.55
HexC7CA421043153d3835
Octal3073121021010325757065
Binary1100011111001010100001010100001110101111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CA42; }

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

 H1.HeaderClassName
 {
   color: #C7CA42;
 }
 .AnyTagClassName
 {
   color: #C7CA42;
 }
</style>
background-color css

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

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

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

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

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

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