Html Css Color HEX #CCC345 Wattle

📋 copy color: '#CCC345'

red 204 ◦ green 195 ◦ blue 69

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

Shades of Wattle #CCC345

Tints of Wattle #CCC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 43.59%
G = 41.67%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCC345 (or 0xCCC345) is known color: Wattle. HEX triplet: CC, C3 and 45. RGB value is (204,195,69). Sum of RGB (Red+Green+Blue) = 204+195+69=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC345 is #333CBA. Grayscale: #B7B7B7. Windows color (decimal): -3357883 or 4572108. OLE color: 4572108.

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

Color convert

RGB 204 195 69 -
CMYK 0 0.04 0.66 0.2
HSL 56º 0.57% 0.54% -
HSV(B) 56º 0.66% 0.8% -
XYZ 45.49 52.3 13.33 -
YUV 183.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 204 195 69 0 0.04 0.66 0.2 56 0.57 0.54
Hex CC C3 45 0 4 42 14 38 39 36
Octal 314 303 105 0 4 102 24 70 71 66
Binary 11001100 11000011 1000101 0 100 1000010 10100 111000 111001 110110

Color Harmonies of #CCC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC345

Black with #CCC345

Text Example


Text Example

White with #CCC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC345; }

 p { color: rgb(204,195,69); }

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

background-color css

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

 a { background-color: rgb(204,195,69); }

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

border-color css

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

 span { border-color: rgb(204,195,69); }

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