Html Css Color HEX #C9C348 Wattle

📋 copy color: '#C9C348'

red 201 ◦ green 195 ◦ blue 72

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

Shades of Wattle #C9C348

Tints of Wattle #C9C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 42.95%
G = 41.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C9C348 (or 0xC9C348) is known color: Wattle. HEX triplet: C9, C3 and 48. RGB value is (201,195,72). Sum of RGB (Red+Green+Blue) = 201+195+72=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C348 is #363CB7. Grayscale: #B7B7B7. Windows color (decimal): -3554488 or 4768713. OLE color: 4768713.

HSL color Cylindrical-coordinate representation of color #C9C348: hue angle of 57.21º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9C348 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 195 72 -
CMYK 0 0.03 0.64 0.21
HSL 57.21º 0.54% 0.54% -
HSV(B) 57.21º 0.64% 0.79% -
XYZ 44.77 51.92 13.79 -
YUV 182.77 65.49 141 -
System Red Green Blue C M Y K H S L
Decimal 201 195 72 0 0.03 0.64 0.21 57.21 0.54 0.54
Hex C9 C3 48 0 3 40 15 39 36 36
Octal 311 303 110 0 3 100 25 71 66 66
Binary 11001001 11000011 1001000 0 11 1000000 10101 111001 110110 110110

Color Harmonies of #C9C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C348

Black with #C9C348

Text Example


Text Example

White with #C9C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C348; }

 p { color: rgb(201,195,72); }

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

background-color css

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

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

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

border-color css

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

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

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