Html Css Color HEX #C9CF4A Wattle

📋 copy color: '#C9CF4A'

red 201 ◦ green 207 ◦ blue 74

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

Shades of Wattle #C9CF4A

Tints of Wattle #C9CF4A

RGB

 RED value IS 201 (78.91% from 255) = 41.7%

 GREEN value IS 207 (81.25% from 255) = 42.95%

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

R = 41.7%
G = 42.95%
B = 15.35%

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

#C9CF4A (or 0xC9CF4A) is known color: Wattle. HEX triplet: C9, CF and 4A. RGB value is (201,207,74). Sum of RGB (Red+Green+Blue) = 201+207+74=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF4A is #3630B5. Grayscale: #BEBEBE. Windows color (decimal): -3551414 or 4902857. OLE color: 4902857.

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

Color convert

RGB 201 207 74 -
CMYK 0.03 0 0.64 0.19
HSL 62.71º 0.58% 0.55% -
HSV(B) 62.71º 0.64% 0.81% -
XYZ 47.64 57.54 15.07 -
YUV 190.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 201 207 74 0.03 0 0.64 0.19 62.71 0.58 0.55
Hex C9 CF 4A 3 0 40 13 3F 3A 37
Octal 311 317 112 3 0 100 23 77 72 67
Binary 11001001 11001111 1001010 11 0 1000000 10011 111111 111010 110111

Color Harmonies of #C9CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF4A

Black with #C9CF4A

Text Example


Text Example

White with #C9CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF4A; }

 p { color: rgb(201,207,74); }

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

background-color css

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

 a { background-color: rgb(201,207,74); }

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

border-color css

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

 span { border-color: rgb(201,207,74); }

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