Html Css Color HEX #CCC948 Wattle

📋 copy color: '#CCC948'

red 204 ◦ green 201 ◦ blue 72

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

Shades of Wattle #CCC948

Tints of Wattle #CCC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 42.77%
G = 42.14%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC948 (or 0xCCC948) is known color: Wattle. HEX triplet: CC, C9 and 48. RGB value is (204,201,72). Sum of RGB (Red+Green+Blue) = 204+201+72=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC948 is #3336B7. Grayscale: #BBBBBB. Windows color (decimal): -3356344 or 4770252. OLE color: 4770252.

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

Color convert

RGB 204 201 72 -
CMYK 0 0.01 0.65 0.2
HSL 58.64º 0.56% 0.54% -
HSV(B) 58.64º 0.65% 0.8% -
XYZ 46.96 55.08 14.29 -
YUV 187.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 204 201 72 0 0.01 0.65 0.2 58.64 0.56 0.54
Hex CC C9 48 0 1 41 14 3B 38 36
Octal 314 311 110 0 1 101 24 73 70 66
Binary 11001100 11001001 1001000 0 1 1000001 10100 111011 111000 110110

Color Harmonies of #CCC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC948

Black with #CCC948

Text Example


Text Example

White with #CCC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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