Html Css Color HEX #CCC645 Wattle

📋 copy color: '#CCC645'

red 204 ◦ green 198 ◦ blue 69

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

Shades of Wattle #CCC645

Tints of Wattle #CCC645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 43.31%
G = 42.04%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC645 (or 0xCCC645) is known color: Wattle. HEX triplet: CC, C6 and 45. RGB value is (204,198,69). Sum of RGB (Red+Green+Blue) = 204+198+69=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC645 is #3339BA. Grayscale: #B9B9B9. Windows color (decimal): -3357115 or 4572876. OLE color: 4572876.

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

Color convert

RGB 204 198 69 -
CMYK 0 0.03 0.66 0.2
HSL 57.33º 0.57% 0.54% -
HSV(B) 57.33º 0.66% 0.8% -
XYZ 46.17 53.66 13.55 -
YUV 185.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 204 198 69 0 0.03 0.66 0.2 57.33 0.57 0.54
Hex CC C6 45 0 3 42 14 39 39 36
Octal 314 306 105 0 3 102 24 71 71 66
Binary 11001100 11000110 1000101 0 11 1000010 10100 111001 111001 110110

Color Harmonies of #CCC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC645

Black with #CCC645

Text Example


Text Example

White with #CCC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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