#CBC346

Color #CBC346 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CBC346

Tints of Wattle #CBC346

Color information

#CBC346 (or 0xCBC346) is unknown color: approx Wattle. HEX triplet: CB, C3 and 46. RGB value is (203,195,70). Sum of RGB (Red+Green+Blue) = 203+195+70=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC346 is #343CB9. Grayscale: #B7B7B7. Windows color (decimal): -3423418 or 4637643. OLE color: 4637643.

HSL color Cylindrical-coordinate representation of color #CBC346: hue angle of 56.39º degrees, saturation: 0.56, 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 #CBC346 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20319570-
CMYK00.040.660.20
HSL56.39º56.12%53.53%-
HSV(B)56.39º65.52%79.61%-
XYZ45.2552.1713.48-
YUV183.1464.15142.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 70 (27.73% from 255) = 14.96%
R=43.38%
G=41.67%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031957000.040.660.2056.3956.1253.53
HexCBC346044214383836
Octal3133031060410224707066
Binary110010111100001110001100100100001010100111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC346; }

 p { color: rgb(203,195,70); }

 H1.HeaderClassName
 {
   color: #CBC346;
 }
 .AnyTagClassName
 {
   color: #CBC346;
 }
</style>
background-color css

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

 a { background-color: rgb(203,195,70); }

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

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

 span { border-color: rgb(203,195,70); }

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