Html Css Color HEX #CCC243 Wattle

📋 copy color: '#CCC243'

red 204 ◦ green 194 ◦ blue 67

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

Shades of Wattle #CCC243

Tints of Wattle #CCC243

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

 BLUE value IS 67 (26.56% from 255) = 14.41%

R = 43.87%
G = 41.72%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC243 (or 0xCCC243) is known color: Wattle. HEX triplet: CC, C2 and 43. RGB value is (204,194,67). Sum of RGB (Red+Green+Blue) = 204+194+67=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC243 is #333DBC. Grayscale: #B7B7B7. Windows color (decimal): -3358141 or 4440780. OLE color: 4440780.

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

Color convert

RGB 204 194 67 -
CMYK 0 0.05 0.67 0.2
HSL 55.62º 0.57% 0.53% -
HSV(B) 55.62º 0.67% 0.8% -
XYZ 45.21 51.83 12.93 -
YUV 182.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 204 194 67 0 0.05 0.67 0.2 55.62 0.57 0.53
Hex CC C2 43 0 5 43 14 38 39 35
Octal 314 302 103 0 5 103 24 70 71 65
Binary 11001100 11000010 1000011 0 101 1000011 10100 111000 111001 110101

Color Harmonies of #CCC243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC243

Black with #CCC243

Text Example


Text Example

White with #CCC243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC243; }

 p { color: rgb(204,194,67); }

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

background-color css

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

 a { background-color: rgb(204,194,67); }

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

border-color css

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

 span { border-color: rgb(204,194,67); }

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