#CBC648

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

Shades of Wattle #CBC648

Tints of Wattle #CBC648

Color information

#CBC648 (or 0xCBC648) is unknown color: approx Wattle. HEX triplet: CB, C6 and 48. RGB value is (203,198,72). Sum of RGB (Red+Green+Blue) = 203+198+72=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC648 is #3439B7. Grayscale: #B9B9B9. Windows color (decimal): -3422648 or 4769483. OLE color: 4769483.

HSL color Cylindrical-coordinate representation of color #CBC648: hue angle of 57.71º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBC648 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20319872-
CMYK00.020.650.20
HSL57.71º55.74%53.92%-
HSV(B)57.71º64.53%79.61%-
XYZ45.9953.5514.04-
YUV185.1364.16140.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=42.92%
G=41.86%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031987200.020.650.2057.7155.7453.92
HexCBC6480241143a3836
Octal3133061100210124727066
Binary11001011110001101001000010100000110100111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC648; }

 p { color: rgb(203,198,72); }

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

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

 a { background-color: rgb(203,198,72); }

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

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

 span { border-color: rgb(203,198,72); }

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