Html Css Color HEX #CCC046 Wattle

📋 copy color: '#CCC046'

red 204 ◦ green 192 ◦ blue 70

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

Shades of Wattle #CCC046

Tints of Wattle #CCC046

RGB

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

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

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

R = 43.78%
G = 41.2%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC046 (or 0xCCC046) is known color: Wattle. HEX triplet: CC, C0 and 46. RGB value is (204,192,70). Sum of RGB (Red+Green+Blue) = 204+192+70=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC046 is #333FB9. Grayscale: #B6B6B6. Windows color (decimal): -3358650 or 4636876. OLE color: 4636876.

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

Color convert

RGB 204 192 70 -
CMYK 0 0.06 0.66 0.2
HSL 54.63º 0.57% 0.54% -
HSV(B) 54.63º 0.66% 0.8% -
XYZ 44.86 50.98 13.27 -
YUV 181.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 204 192 70 0 0.06 0.66 0.2 54.63 0.57 0.54
Hex CC C0 46 0 6 42 14 37 39 36
Octal 314 300 106 0 6 102 24 67 71 66
Binary 11001100 11000000 1000110 0 110 1000010 10100 110111 111001 110110

Color Harmonies of #CCC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC046

Black with #CCC046

Text Example


Text Example

White with #CCC046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC046; }

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

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

background-color css

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

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

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

border-color css

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

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

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