Html Css Color HEX #CCC049 Wattle

📋 copy color: '#CCC049'

red 204 ◦ green 192 ◦ blue 73

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

Shades of Wattle #CCC049

Tints of Wattle #CCC049

RGB

 RED value IS 204 (80.08% from 255) = 43.5%

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 73 (28.91% from 255) = 15.57%

R = 43.5%
G = 40.94%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC049 (or 0xCCC049) is known color: Wattle. HEX triplet: CC, C0 and 49. RGB value is (204,192,73). Sum of RGB (Red+Green+Blue) = 204+192+73=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC049 is #333FB6. Grayscale: #B6B6B6. Windows color (decimal): -3358647 or 4833484. OLE color: 4833484.

HSL color Cylindrical-coordinate representation of color #CCC049: hue angle of 54.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCC049 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 73 -
CMYK 0 0.06 0.64 0.2
HSL 54.5º 0.56% 0.54% -
HSV(B) 54.5º 0.64% 0.8% -
XYZ 44.95 51.02 13.78 -
YUV 182.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 204 192 73 0 0.06 0.64 0.2 54.5 0.56 0.54
Hex CC C0 49 0 6 40 14 37 38 36
Octal 314 300 111 0 6 100 24 67 70 66
Binary 11001100 11000000 1001001 0 110 1000000 10100 110111 111000 110110

Color Harmonies of #CCC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC049

Black with #CCC049

Text Example


Text Example

White with #CCC049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC049; }

 p { color: rgb(204,192,73); }

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

background-color css

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

 a { background-color: rgb(204,192,73); }

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

border-color css

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

 span { border-color: rgb(204,192,73); }

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