Html Css Color HEX #CCC042 Wattle

📋 copy color: '#CCC042'

red 204 ◦ green 192 ◦ blue 66

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

Shades of Wattle #CCC042

Tints of Wattle #CCC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 44.16%
G = 41.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC042 (or 0xCCC042) is known color: Wattle. HEX triplet: CC, C0 and 42. RGB value is (204,192,66). Sum of RGB (Red+Green+Blue) = 204+192+66=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC042 is #333FBD. Grayscale: #B5B5B5. Windows color (decimal): -3358654 or 4374732. OLE color: 4374732.

HSL color Cylindrical-coordinate representation of color #CCC042: hue angle of 54.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCC042 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 66 -
CMYK 0 0.06 0.68 0.2
HSL 54.78º 0.58% 0.53% -
HSV(B) 54.78º 0.68% 0.8% -
XYZ 44.73 50.93 12.63 -
YUV 181.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 204 192 66 0 0.06 0.68 0.2 54.78 0.58 0.53
Hex CC C0 42 0 6 44 14 37 3A 35
Octal 314 300 102 0 6 104 24 67 72 65
Binary 11001100 11000000 1000010 0 110 1000100 10100 110111 111010 110101

Color Harmonies of #CCC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC042

Black with #CCC042

Text Example


Text Example

White with #CCC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC042; }

 p { color: rgb(204,192,66); }

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

background-color css

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

 a { background-color: rgb(204,192,66); }

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

border-color css

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

 span { border-color: rgb(204,192,66); }

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