Html Css Color HEX #CCC546 Wattle

📋 copy color: '#CCC546'

red 204 ◦ green 197 ◦ blue 70

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

Shades of Wattle #CCC546

Tints of Wattle #CCC546

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.83%

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 43.31%
G = 41.83%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC546 (or 0xCCC546) is known color: Wattle. HEX triplet: CC, C5 and 46. RGB value is (204,197,70). Sum of RGB (Red+Green+Blue) = 204+197+70=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC546 is #333AB9. Grayscale: #B9B9B9. Windows color (decimal): -3357370 or 4638156. OLE color: 4638156.

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

Color convert

RGB 204 197 70 -
CMYK 0 0.03 0.66 0.2
HSL 56.87º 0.57% 0.54% -
HSV(B) 56.87º 0.66% 0.8% -
XYZ 45.97 53.21 13.64 -
YUV 184.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 204 197 70 0 0.03 0.66 0.2 56.87 0.57 0.54
Hex CC C5 46 0 3 42 14 39 39 36
Octal 314 305 106 0 3 102 24 71 71 66
Binary 11001100 11000101 1000110 0 11 1000010 10100 111001 111001 110110

Color Harmonies of #CCC546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC546

Black with #CCC546

Text Example


Text Example

White with #CCC546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC546; }

 p { color: rgb(204,197,70); }

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

background-color css

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

 a { background-color: rgb(204,197,70); }

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

border-color css

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

 span { border-color: rgb(204,197,70); }

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