Html Css Color HEX #C7CD4A Wattle

📋 copy color: '#C7CD4A'

red 199 ◦ green 205 ◦ blue 74

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

Shades of Wattle #C7CD4A

Tints of Wattle #C7CD4A

RGB

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

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

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

R = 41.63%
G = 42.89%
B = 15.48%

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

#C7CD4A (or 0xC7CD4A) is known color: Wattle. HEX triplet: C7, CD and 4A. RGB value is (199,205,74). Sum of RGB (Red+Green+Blue) = 199+205+74=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CD4A is #3832B5. Grayscale: #BCBCBC. Windows color (decimal): -3682998 or 4902343. OLE color: 4902343.

HSL color Cylindrical-coordinate representation of color #C7CD4A: hue angle of 62.75º 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 #C7CD4A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 205 74 -
CMYK 0.03 0 0.64 0.20
HSL 62.75º 0.57% 0.55% -
HSV(B) 62.75º 0.64% 0.8% -
XYZ 46.62 56.3 14.89 -
YUV 188.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 199 205 74 0.03 0 0.64 0.20 62.75 0.57 0.55
Hex C7 CD 4A 3 0 40 14 3F 39 37
Octal 307 315 112 3 0 100 24 77 71 67
Binary 11000111 11001101 1001010 11 0 1000000 10100 111111 111001 110111

Color Harmonies of #C7CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CD4A

Black with #C7CD4A

Text Example


Text Example

White with #C7CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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