#CBC135

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

Shades of Wattle #CBC135

Tints of Wattle #CBC135

Color information

#CBC135 (or 0xCBC135) is unknown color: approx Wattle. HEX triplet: CB, C1 and 35. RGB value is (203,193,53). Sum of RGB (Red+Green+Blue) = 203+193+53=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 53 (21.09% from 255 or 11.80% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC135 is #343ECA. Grayscale: #B4B4B4. Windows color (decimal): -3423947 or 3523019. OLE color: 3523019.

HSL color Cylindrical-coordinate representation of color #CBC135: hue angle of 56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBC135 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20319353-
CMYK00.050.740.20
HSL56º59.06%50.2%-
HSV(B)56º73.89%79.61%-
XYZ44.3451.0910.89-
YUV180.0356.31144.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 193 (75.78% from 255) = 42.98%
BLUE value IS 53 (21.09% from 255) = 11.80%
R=45.21%
G=42.98%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031935300.050.740.205659.0650.2
HexCBC135054A14383b32
Octal313301650511224707362
Binary11001011110000011101010101100101010100111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC135; }

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

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

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

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

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

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

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

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