Html Css Color HEX #CCC640 Wattle

📋 copy color: '#CCC640'

red 204 ◦ green 198 ◦ blue 64

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

Shades of Wattle #CCC640

Tints of Wattle #CCC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.49%

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 43.78%
G = 42.49%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC640 (or 0xCCC640) is known color: Wattle. HEX triplet: CC, C6 and 40. RGB value is (204,198,64). Sum of RGB (Red+Green+Blue) = 204+198+64=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC640 is #3339BF. Grayscale: #B9B9B9. Windows color (decimal): -3357120 or 4245196. OLE color: 4245196.

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

Color convert

RGB 204 198 64 -
CMYK 0 0.03 0.69 0.2
HSL 57.43º 0.58% 0.53% -
HSV(B) 57.43º 0.69% 0.8% -
XYZ 46.02 53.6 12.77 -
YUV 184.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 204 198 64 0 0.03 0.69 0.2 57.43 0.58 0.53
Hex CC C6 40 0 3 45 14 39 3A 35
Octal 314 306 100 0 3 105 24 71 72 65
Binary 11001100 11000110 1000000 0 11 1000101 10100 111001 111010 110101

Color Harmonies of #CCC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC640

Black with #CCC640

Text Example


Text Example

White with #CCC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC640; }

 p { color: rgb(204,198,64); }

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

background-color css

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

 a { background-color: rgb(204,198,64); }

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

border-color css

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

 span { border-color: rgb(204,198,64); }

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