Html Css Color HEX #C7CA4A Wattle

📋 copy color: '#C7CA4A'

red 199 ◦ green 202 ◦ blue 74

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

Shades of Wattle #C7CA4A

Tints of Wattle #C7CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 41.89%
G = 42.53%
B = 15.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C7CA4A (or 0xC7CA4A) is known color: Wattle. HEX triplet: C7, CA and 4A. RGB value is (199,202,74). Sum of RGB (Red+Green+Blue) = 199+202+74=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CA4A is #3835B5. Grayscale: #BBBBBB. Windows color (decimal): -3683766 or 4901575. OLE color: 4901575.

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

Color convert

RGB 199 202 74 -
CMYK 0.01 0 0.63 0.21
HSL 61.41º 0.55% 0.54% -
HSV(B) 61.41º 0.63% 0.79% -
XYZ 45.91 54.88 14.65 -
YUV 186.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 199 202 74 0.01 0 0.63 0.21 61.41 0.55 0.54
Hex C7 CA 4A 1 0 3F 15 3D 37 36
Octal 307 312 112 1 0 77 25 75 67 66
Binary 11000111 11001010 1001010 1 0 111111 10101 111101 110111 110110

Color Harmonies of #C7CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CA4A

Black with #C7CA4A

Text Example


Text Example

White with #C7CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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