#CDBE6C

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

Shades of Tacha #CDBE6C

Tints of Tacha #CDBE6C

Color information

#CDBE6C (or 0xCDBE6C) is unknown color: approx Tacha. HEX triplet: CD, BE and 6C. RGB value is (205,190,108). Sum of RGB (Red+Green+Blue) = 205+190+108=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE6C is #324193. Grayscale: #B9B9B9. Windows color (decimal): -3293588 or 7126733. OLE color: 7126733.

HSL color Cylindrical-coordinate representation of color #CDBE6C: hue angle of 50.72º degrees, saturation: 0.49, 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 #CDBE6C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205190108-
CMYK00.070.470.20
HSL50.72º49.24%61.37%-
HSV(B)50.72º47.32%80.39%-
XYZ46.350.8921.57-
YUV185.1484.47142.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=40.76%
G=37.77%
B=21.47%

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
Decimal20519010800.070.470.2050.7249.2461.37
HexCDBE6C072F1433313d
Octal315276154075724636175
Binary11001101101111101101100011110111110100110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE6C; }

 p { color: rgb(205,190,108); }

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

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

 a { background-color: rgb(205,190,108); }

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

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

 span { border-color: rgb(205,190,108); }

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