Html Css Color HEX #C9CD42 Wattle

📋 copy color: '#C9CD42'

red 201 ◦ green 205 ◦ blue 66

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

Shades of Wattle #C9CD42

Tints of Wattle #C9CD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.98%

R = 42.58%
G = 43.43%
B = 13.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#C9CD42 (or 0xC9CD42) is known color: Wattle. HEX triplet: C9, CD and 42. RGB value is (201,205,66). Sum of RGB (Red+Green+Blue) = 201+205+66=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD42 is #3632BD. Grayscale: #BCBCBC. Windows color (decimal): -3551934 or 4378057. OLE color: 4378057.

HSL color Cylindrical-coordinate representation of color #C9CD42: hue angle of 61.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9CD42 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 66 -
CMYK 0.02 0 0.68 0.20
HSL 61.73º 0.58% 0.53% -
HSV(B) 61.73º 0.68% 0.8% -
XYZ 46.9 56.47 13.58 -
YUV 187.96 59.17 137.3 -
System Red Green Blue C M Y K H S L
Decimal 201 205 66 0.02 0 0.68 0.20 61.73 0.58 0.53
Hex C9 CD 42 2 0 44 14 3E 3A 35
Octal 311 315 102 2 0 104 24 76 72 65
Binary 11001001 11001101 1000010 10 0 1000100 10100 111110 111010 110101

Color Harmonies of #C9CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD42

Black with #C9CD42

Text Example


Text Example

White with #C9CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD42; }

 p { color: rgb(201,205,66); }

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

background-color css

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

 a { background-color: rgb(201,205,66); }

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

border-color css

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

 span { border-color: rgb(201,205,66); }

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