Html Css Color HEX #CCC346 Wattle

📋 copy color: '#CCC346'

red 204 ◦ green 195 ◦ blue 70

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

Shades of Wattle #CCC346

Tints of Wattle #CCC346

RGB

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

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

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

R = 43.5%
G = 41.58%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC346 (or 0xCCC346) is known color: Wattle. HEX triplet: CC, C3 and 46. RGB value is (204,195,70). Sum of RGB (Red+Green+Blue) = 204+195+70=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC346 is #333CB9. Grayscale: #B7B7B7. Windows color (decimal): -3357882 or 4637644. OLE color: 4637644.

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

Color convert

RGB 204 195 70 -
CMYK 0 0.04 0.66 0.2
HSL 55.97º 0.57% 0.54% -
HSV(B) 55.97º 0.66% 0.8% -
XYZ 45.52 52.31 13.49 -
YUV 183.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 204 195 70 0 0.04 0.66 0.2 55.97 0.57 0.54
Hex CC C3 46 0 4 42 14 38 39 36
Octal 314 303 106 0 4 102 24 70 71 66
Binary 11001100 11000011 1000110 0 100 1000010 10100 111000 111001 110110

Color Harmonies of #CCC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC346

Black with #CCC346

Text Example


Text Example

White with #CCC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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