Html Css Color HEX #CCC149 Wattle

📋 copy color: '#CCC149'

red 204 ◦ green 193 ◦ blue 73

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

Shades of Wattle #CCC149

Tints of Wattle #CCC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 43.4%
G = 41.06%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCC149 (or 0xCCC149) is known color: Wattle. HEX triplet: CC, C1 and 49. RGB value is (204,193,73). Sum of RGB (Red+Green+Blue) = 204+193+73=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC149 is #333EB6. Grayscale: #B7B7B7. Windows color (decimal): -3358391 or 4833740. OLE color: 4833740.

HSL color Cylindrical-coordinate representation of color #CCC149: hue angle of 54.96º 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 #CCC149 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 73 -
CMYK 0 0.05 0.64 0.2
HSL 54.96º 0.56% 0.54% -
HSV(B) 54.96º 0.64% 0.8% -
XYZ 45.17 51.46 13.85 -
YUV 182.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 204 193 73 0 0.05 0.64 0.2 54.96 0.56 0.54
Hex CC C1 49 0 5 40 14 37 38 36
Octal 314 301 111 0 5 100 24 67 70 66
Binary 11001100 11000001 1001001 0 101 1000000 10100 110111 111000 110110

Color Harmonies of #CCC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC149

Black with #CCC149

Text Example


Text Example

White with #CCC149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC149; }

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

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

background-color css

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

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

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

border-color css

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

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

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