Html Css Color HEX #CCC842 Wattle

📋 copy color: '#CCC842'

red 204 ◦ green 200 ◦ blue 66

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

Shades of Wattle #CCC842

Tints of Wattle #CCC842

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

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

R = 43.4%
G = 42.55%
B = 14.04%

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

#CCC842 (or 0xCCC842) is known color: Wattle. HEX triplet: CC, C8 and 42. RGB value is (204,200,66). Sum of RGB (Red+Green+Blue) = 204+200+66=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC842 is #3337BD. Grayscale: #BABABA. Windows color (decimal): -3356606 or 4376780. OLE color: 4376780.

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

Color convert

RGB 204 200 66 -
CMYK 0 0.02 0.68 0.2
HSL 58.26º 0.58% 0.53% -
HSV(B) 58.26º 0.68% 0.8% -
XYZ 46.54 54.54 13.23 -
YUV 185.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 204 200 66 0 0.02 0.68 0.2 58.26 0.58 0.53
Hex CC C8 42 0 2 44 14 3A 3A 35
Octal 314 310 102 0 2 104 24 72 72 65
Binary 11001100 11001000 1000010 0 10 1000100 10100 111010 111010 110101

Color Harmonies of #CCC842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC842

Black with #CCC842

Text Example


Text Example

White with #CCC842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC842; }

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

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

background-color css

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

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

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

border-color css

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

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

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