Html Css Color HEX #CCC648 Wattle

📋 copy color: '#CCC648'

red 204 ◦ green 198 ◦ blue 72

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

Shades of Wattle #CCC648

Tints of Wattle #CCC648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.19%

R = 43.04%
G = 41.77%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC648 (or 0xCCC648) is known color: Wattle. HEX triplet: CC, C6 and 48. RGB value is (204,198,72). Sum of RGB (Red+Green+Blue) = 204+198+72=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC648 is #3339B7. Grayscale: #B9B9B9. Windows color (decimal): -3357112 or 4769484. OLE color: 4769484.

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

Color convert

RGB 204 198 72 -
CMYK 0 0.03 0.65 0.2
HSL 57.27º 0.56% 0.54% -
HSV(B) 57.27º 0.65% 0.8% -
XYZ 46.27 53.69 14.06 -
YUV 185.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 204 198 72 0 0.03 0.65 0.2 57.27 0.56 0.54
Hex CC C6 48 0 3 41 14 39 38 36
Octal 314 306 110 0 3 101 24 71 70 66
Binary 11001100 11000110 1001000 0 11 1000001 10100 111001 111000 110110

Color Harmonies of #CCC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC648

Black with #CCC648

Text Example


Text Example

White with #CCC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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