#CBBD6B

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

Shades of Tacha #CBBD6B

Tints of Tacha #CBBD6B

Color information

#CBBD6B (or 0xCBBD6B) is unknown color: approx Tacha. HEX triplet: CB, BD and 6B. RGB value is (203,189,107). Sum of RGB (Red+Green+Blue) = 203+189+107=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD6B is #344294. Grayscale: #B8B8B8. Windows color (decimal): -3424917 or 7060939. OLE color: 7060939.

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

Color convert

RGB203189107-
CMYK00.070.470.20
HSL51.25º48%60.78%-
HSV(B)51.25º47.29%79.61%-
XYZ45.4850.1521.19-
YUV183.8484.64141.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 107 (42.19% from 255) = 21.44%
R=40.68%
G=37.88%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318910700.070.470.2051.254860.78
HexCBBD6B072F1433303d
Octal313275153075724636075
Binary11001011101111011101011011110111110100110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBD6B; }

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

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

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

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

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

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

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

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