Html Css Color HEX #C9CC3A Wattle

📋 copy color: '#C9CC3A'

red 201 ◦ green 204 ◦ blue 58

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

Shades of Wattle #C9CC3A

Tints of Wattle #C9CC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.06%

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 43.41%
G = 44.06%
B = 12.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#C9CC3A (or 0xC9CC3A) is known color: Wattle. HEX triplet: C9, CC and 3A. RGB value is (201,204,58). Sum of RGB (Red+Green+Blue) = 201+204+58=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC3A is #3633C5. Grayscale: #BBBBBB. Windows color (decimal): -3552198 or 3853513. OLE color: 3853513.

HSL color Cylindrical-coordinate representation of color #C9CC3A: hue angle of 61.23º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9CC3A is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 204 58 -
CMYK 0.01 0 0.72 0.2
HSL 61.23º 0.59% 0.51% -
HSV(B) 61.23º 0.72% 0.8% -
XYZ 46.44 55.91 12.35 -
YUV 186.46 55.51 138.37 -
System Red Green Blue C M Y K H S L
Decimal 201 204 58 0.01 0 0.72 0.2 61.23 0.59 0.51
Hex C9 CC 3A 1 0 48 14 3D 3B 33
Octal 311 314 72 1 0 110 24 75 73 63
Binary 11001001 11001100 111010 1 0 1001000 10100 111101 111011 110011

Color Harmonies of #C9CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC3A

Black with #C9CC3A

Text Example


Text Example

White with #C9CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC3A; }

 p { color: rgb(201,204,58); }

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

background-color css

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

 a { background-color: rgb(201,204,58); }

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

border-color css

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

 span { border-color: rgb(201,204,58); }

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