Html Css Color HEX #C9C942 Wattle

📋 copy color: '#C9C942'

red 201 ◦ green 201 ◦ blue 66

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

Shades of Wattle #C9C942

Tints of Wattle #C9C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.95%

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

R = 42.95%
G = 42.95%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9C942 (or 0xC9C942) is known color: Wattle. HEX triplet: C9, C9 and 42. RGB value is (201,201,66). Sum of RGB (Red+Green+Blue) = 201+201+66=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C942 is #3636BD. Grayscale: #BABABA. Windows color (decimal): -3552958 or 4377033. OLE color: 4377033.

HSL color Cylindrical-coordinate representation of color #C9C942: hue angle of 60º 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 #C9C942 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 201 66 -
CMYK 0 0 0.67 0.21
HSL 60º 0.56% 0.52% -
HSV(B) 60º 0.67% 0.79% -
XYZ 45.96 54.58 13.27 -
YUV 185.61 60.5 138.98 -
System Red Green Blue C M Y K H S L
Decimal 201 201 66 0 0 0.67 0.21 60 0.56 0.52
Hex C9 C9 42 0 0 43 15 3C 38 34
Octal 311 311 102 0 0 103 25 74 70 64
Binary 11001001 11001001 1000010 0 0 1000011 10101 111100 111000 110100

Color Harmonies of #C9C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C942

Black with #C9C942

Text Example


Text Example

White with #C9C942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C942; }

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

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

background-color css

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

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

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

border-color css

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

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

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