Html Css Color HEX #CCC746 Wattle

📋 copy color: '#CCC746'

red 204 ◦ green 199 ◦ blue 70

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

Shades of Wattle #CCC746

Tints of Wattle #CCC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

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

R = 43.13%
G = 42.07%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC746 (or 0xCCC746) is known color: Wattle. HEX triplet: CC, C7 and 46. RGB value is (204,199,70). Sum of RGB (Red+Green+Blue) = 204+199+70=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC746 is #3338B9. Grayscale: #BABABA. Windows color (decimal): -3356858 or 4638668. OLE color: 4638668.

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

Color convert

RGB 204 199 70 -
CMYK 0 0.02 0.66 0.2
HSL 57.76º 0.57% 0.54% -
HSV(B) 57.76º 0.66% 0.8% -
XYZ 46.43 54.13 13.79 -
YUV 185.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 204 199 70 0 0.02 0.66 0.2 57.76 0.57 0.54
Hex CC C7 46 0 2 42 14 3A 39 36
Octal 314 307 106 0 2 102 24 72 71 66
Binary 11001100 11000111 1000110 0 10 1000010 10100 111010 111001 110110

Color Harmonies of #CCC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC746

Black with #CCC746

Text Example


Text Example

White with #CCC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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