#CBC841

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

Shades of Wattle #CBC841

Tints of Wattle #CBC841

Color information

#CBC841 (or 0xCBC841) is unknown color: approx Wattle. HEX triplet: CB, C8 and 41. RGB value is (203,200,65). Sum of RGB (Red+Green+Blue) = 203+200+65=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC841 is #3437BE. Grayscale: #BABABA. Windows color (decimal): -3422143 or 4311243. OLE color: 4311243.

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

Color convert

RGB20320065-
CMYK00.010.680.20
HSL58.7º57.02%52.55%-
HSV(B)58.7º67.98%79.61%-
XYZ46.2454.3913.06-
YUV185.5159.99140.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 65 (25.78% from 255) = 13.89%
R=43.38%
G=42.74%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032006500.010.680.2058.757.0252.55
HexCBC8410144143b3935
Octal3133101010110424737165
Binary1100101111001000100000101100010010100111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC841; }

 p { color: rgb(203,200,65); }

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

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

 a { background-color: rgb(203,200,65); }

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

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

 span { border-color: rgb(203,200,65); }

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