Html Css Color HEX #C7CE4A Wattle

📋 copy color: '#C7CE4A'

red 199 ◦ green 206 ◦ blue 74

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

Shades of Wattle #C7CE4A

Tints of Wattle #C7CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 41.54%
G = 43.01%
B = 15.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C7CE4A (or 0xC7CE4A) is known color: Wattle. HEX triplet: C7, CE and 4A. RGB value is (199,206,74). Sum of RGB (Red+Green+Blue) = 199+206+74=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CE4A is #3831B5. Grayscale: #BDBDBD. Windows color (decimal): -3682742 or 4902599. OLE color: 4902599.

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

Color convert

RGB 199 206 74 -
CMYK 0.03 0 0.64 0.19
HSL 63.18º 0.57% 0.55% -
HSV(B) 63.18º 0.64% 0.81% -
XYZ 46.86 56.78 14.97 -
YUV 188.86 63.18 135.23 -
System Red Green Blue C M Y K H S L
Decimal 199 206 74 0.03 0 0.64 0.19 63.18 0.57 0.55
Hex C7 CE 4A 3 0 40 13 3F 39 37
Octal 307 316 112 3 0 100 23 77 71 67
Binary 11000111 11001110 1001010 11 0 1000000 10011 111111 111001 110111

Color Harmonies of #C7CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CE4A

Black with #C7CE4A

Text Example


Text Example

White with #C7CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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