Html Css Color HEX #CCC148 Wattle

📋 copy color: '#CCC148'

red 204 ◦ green 193 ◦ blue 72

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

Shades of Wattle #CCC148

Tints of Wattle #CCC148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

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

R = 43.5%
G = 41.15%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC148 (or 0xCCC148) is known color: Wattle. HEX triplet: CC, C1 and 48. RGB value is (204,193,72). Sum of RGB (Red+Green+Blue) = 204+193+72=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC148 is #333EB7. Grayscale: #B6B6B6. Windows color (decimal): -3358392 or 4768204. OLE color: 4768204.

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

Color convert

RGB 204 193 72 -
CMYK 0 0.05 0.65 0.2
HSL 55º 0.56% 0.54% -
HSV(B) 55º 0.65% 0.8% -
XYZ 45.14 51.45 13.68 -
YUV 182.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 204 193 72 0 0.05 0.65 0.2 55 0.56 0.54
Hex CC C1 48 0 5 41 14 37 38 36
Octal 314 301 110 0 5 101 24 67 70 66
Binary 11001100 11000001 1001000 0 101 1000001 10100 110111 111000 110110

Color Harmonies of #CCC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC148

Black with #CCC148

Text Example


Text Example

White with #CCC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC148; }

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

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

background-color css

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

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

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

border-color css

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

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

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