Html Css Color HEX #CCC742 Wattle

📋 copy color: '#CCC742'

red 204 ◦ green 199 ◦ blue 66

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

Shades of Wattle #CCC742

Tints of Wattle #CCC742

RGB

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

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

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

R = 43.5%
G = 42.43%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC742 (or 0xCCC742) is known color: Wattle. HEX triplet: CC, C7 and 42. RGB value is (204,199,66). Sum of RGB (Red+Green+Blue) = 204+199+66=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC742 is #3338BD. Grayscale: #B9B9B9. Windows color (decimal): -3356862 or 4376524. OLE color: 4376524.

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

Color convert

RGB 204 199 66 -
CMYK 0 0.02 0.68 0.2
HSL 57.83º 0.58% 0.53% -
HSV(B) 57.83º 0.68% 0.8% -
XYZ 46.31 54.08 13.15 -
YUV 185.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 204 199 66 0 0.02 0.68 0.2 57.83 0.58 0.53
Hex CC C7 42 0 2 44 14 3A 3A 35
Octal 314 307 102 0 2 104 24 72 72 65
Binary 11001100 11000111 1000010 0 10 1000100 10100 111010 111010 110101

Color Harmonies of #CCC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC742

Black with #CCC742

Text Example


Text Example

White with #CCC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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