Html Css Color HEX #C9CB47 Wattle

📋 copy color: '#C9CB47'

red 201 ◦ green 203 ◦ blue 71

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

Shades of Wattle #C9CB47

Tints of Wattle #C9CB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 71 (28.13% from 255) = 14.95%

R = 42.32%
G = 42.74%
B = 14.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#C9CB47 (or 0xC9CB47) is known color: Wattle. HEX triplet: C9, CB and 47. RGB value is (201,203,71). Sum of RGB (Red+Green+Blue) = 201+203+71=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB47 is #3634B8. Grayscale: #BBBBBB. Windows color (decimal): -3552441 or 4705225. OLE color: 4705225.

HSL color Cylindrical-coordinate representation of color #C9CB47: hue angle of 60.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9CB47 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 203 71 -
CMYK 0.01 0 0.65 0.20
HSL 60.91º 0.56% 0.54% -
HSV(B) 60.91º 0.65% 0.8% -
XYZ 46.58 55.58 14.24 -
YUV 187.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 201 203 71 0.01 0 0.65 0.20 60.91 0.56 0.54
Hex C9 CB 47 1 0 41 14 3D 38 36
Octal 311 313 107 1 0 101 24 75 70 66
Binary 11001001 11001011 1000111 1 0 1000001 10100 111101 111000 110110

Color Harmonies of #C9CB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CB47

Black with #C9CB47

Text Example


Text Example

White with #C9CB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CB47; }

 p { color: rgb(201,203,71); }

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

background-color css

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

 a { background-color: rgb(201,203,71); }

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

border-color css

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

 span { border-color: rgb(201,203,71); }

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