#CBC148

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

Shades of Wattle #CBC148

Tints of Wattle #CBC148

Color information

#CBC148 (or 0xCBC148) is unknown color: approx Wattle. HEX triplet: CB, C1 and 48. RGB value is (203,193,72). Sum of RGB (Red+Green+Blue) = 203+193+72=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC148 is #343EB7. Grayscale: #B6B6B6. Windows color (decimal): -3423928 or 4768203. OLE color: 4768203.

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

Color convert

RGB20319372-
CMYK00.050.650.20
HSL55.42º55.74%53.92%-
HSV(B)55.42º64.53%79.61%-
XYZ44.8751.313.67-
YUV182.265.81142.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 72 (28.52% from 255) = 15.38%
R=43.38%
G=41.24%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031937200.050.650.2055.4255.7453.92
HexCBC148054114373836
Octal3133011100510124677066
Binary110010111100000110010000101100000110100110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC148; }

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

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

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

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

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

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

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

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