#CBC635

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

Shades of Wattle #CBC635

Tints of Wattle #CBC635

Color information

#CBC635 (or 0xCBC635) is unknown color: approx Wattle. HEX triplet: CB, C6 and 35. RGB value is (203,198,53). Sum of RGB (Red+Green+Blue) = 203+198+53=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC635 is #3439CA. Grayscale: #B7B7B7. Windows color (decimal): -3422667 or 3524299. OLE color: 3524299.

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

Color convert

RGB20319853-
CMYK00.020.740.20
HSL58º59.06%50.2%-
HSV(B)58º73.89%79.61%-
XYZ45.4753.3411.27-
YUV182.9654.66142.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 53 (21.09% from 255) = 11.67%
R=44.71%
G=43.61%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031985300.020.740.205859.0650.2
HexCBC635024A143a3b32
Octal313306650211224727362
Binary1100101111000110110101010100101010100111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC635; }

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

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

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

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

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

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

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

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