#CBBD55

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

Shades of Tacha #CBBD55

Tints of Tacha #CBBD55

Color information

#CBBD55 (or 0xCBBD55) is unknown color: approx Tacha. HEX triplet: CB, BD and 55. RGB value is (203,189,85). Sum of RGB (Red+Green+Blue) = 203+189+85=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD55 is #3442AA. Grayscale: #B5B5B5. Windows color (decimal): -3424939 or 5619147. OLE color: 5619147.

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

Color convert

RGB20318985-
CMYK00.070.580.20
HSL52.88º53.15%56.47%-
HSV(B)52.88º58.13%79.61%-
XYZ44.4749.7515.85-
YUV181.3373.64143.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=42.56%
G=39.62%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031898500.070.580.2052.8853.1556.47
HexCBBD55073A14353538
Octal313275125077224656570
Binary11001011101111011010101011111101010100110101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD55; }

 p { color: rgb(203,189,85); }

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

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

 a { background-color: rgb(203,189,85); }

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

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

 span { border-color: rgb(203,189,85); }

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