Html Css Color HEX #C9C742 Wattle

📋 copy color: '#C9C742'

red 201 ◦ green 199 ◦ blue 66

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

Shades of Wattle #C9C742

Tints of Wattle #C9C742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

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

R = 43.13%
G = 42.7%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9C742 (or 0xC9C742) is known color: Wattle. HEX triplet: C9, C7 and 42. RGB value is (201,199,66). Sum of RGB (Red+Green+Blue) = 201+199+66=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C742 is #3638BD. Grayscale: #B8B8B8. Windows color (decimal): -3553470 or 4376521. OLE color: 4376521.

HSL color Cylindrical-coordinate representation of color #C9C742: hue angle of 59.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9C742 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 199 66 -
CMYK 0 0.01 0.67 0.21
HSL 59.11º 0.56% 0.52% -
HSV(B) 59.11º 0.67% 0.79% -
XYZ 45.49 53.66 13.11 -
YUV 184.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 201 199 66 0 0.01 0.67 0.21 59.11 0.56 0.52
Hex C9 C7 42 0 1 43 15 3B 38 34
Octal 311 307 102 0 1 103 25 73 70 64
Binary 11001001 11000111 1000010 0 1 1000011 10101 111011 111000 110100

Color Harmonies of #C9C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C742

Black with #C9C742

Text Example


Text Example

White with #C9C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C742; }

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

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

background-color css

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

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

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

border-color css

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

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

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