Html Css Color HEX #CCC446 Wattle

📋 copy color: '#CCC446'

red 204 ◦ green 196 ◦ blue 70

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

Shades of Wattle #CCC446

Tints of Wattle #CCC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

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

R = 43.4%
G = 41.7%
B = 14.89%

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

#CCC446 (or 0xCCC446) is known color: Wattle. HEX triplet: CC, C4 and 46. RGB value is (204,196,70). Sum of RGB (Red+Green+Blue) = 204+196+70=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC446 is #333BB9. Grayscale: #B8B8B8. Windows color (decimal): -3357626 or 4637900. OLE color: 4637900.

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

Color convert

RGB 204 196 70 -
CMYK 0 0.04 0.66 0.2
HSL 56.42º 0.57% 0.54% -
HSV(B) 56.42º 0.66% 0.8% -
XYZ 45.75 52.76 13.57 -
YUV 184.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 204 196 70 0 0.04 0.66 0.2 56.42 0.57 0.54
Hex CC C4 46 0 4 42 14 38 39 36
Octal 314 304 106 0 4 102 24 70 71 66
Binary 11001100 11000100 1000110 0 100 1000010 10100 111000 111001 110110

Color Harmonies of #CCC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC446

Black with #CCC446

Text Example


Text Example

White with #CCC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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