Html Css Color HEX #CCC748 Wattle

📋 copy color: '#CCC748'

red 204 ◦ green 199 ◦ blue 72

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

Shades of Wattle #CCC748

Tints of Wattle #CCC748

RGB

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

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

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

R = 42.95%
G = 41.89%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC748 (or 0xCCC748) is known color: Wattle. HEX triplet: CC, C7 and 48. RGB value is (204,199,72). Sum of RGB (Red+Green+Blue) = 204+199+72=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC748 is #3338B7. Grayscale: #BABABA. Windows color (decimal): -3356856 or 4769740. OLE color: 4769740.

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

Color convert

RGB 204 199 72 -
CMYK 0 0.02 0.65 0.2
HSL 57.73º 0.56% 0.54% -
HSV(B) 57.73º 0.65% 0.8% -
XYZ 46.49 54.15 14.13 -
YUV 186.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 199 72 0 0.02 0.65 0.2 57.73 0.56 0.54
Hex CC C7 48 0 2 41 14 3A 38 36
Octal 314 307 110 0 2 101 24 72 70 66
Binary 11001100 11000111 1001000 0 10 1000001 10100 111010 111000 110110

Color Harmonies of #CCC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC748

Black with #CCC748

Text Example


Text Example

White with #CCC748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC748; }

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

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

background-color css

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

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

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

border-color css

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

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

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